Activemessaging プラグインと rails3 アプリに問題があります。
私のgemfileは
gem 'sqlite3'
gem 'activemessaging', :git=>'git://github.com/spraints/activemessaging.git'
gem 'stomp'
gem 'daemons'
その後、activemessaging フォルダーがベンダーに表示されました
バンドルのインストール後、ジェネレーターでプロセッサーを作成したい
rails generate processor Test
そして、次の出力が表示されます。
ActiveMessaging: adapter reliable_msg not loaded: no such file to load -- reliable-msg
ActiveMessaging: adapter wmq not loaded: no such file to load -- wmq/wmq
ActiveMessaging: adapter beanstalk not loaded: no such file to load -- beanstalk-client
ActiveMessaging: no '/home/ruby/myapp/script/config/messaging.rb' file to load
ActiveMessaging: Loading script/app/processors/application.rb
Rails available: Adding dispatcher prepare callback.
ActiveMessaging: no '/home/ruby/myapp/script/config/messaging.rb' file to load
Could not find generator processor.
私は何を取りこぼしたか ?それを機能させるには、段階的に何をすべきですか。ありがとうございました