activemessaging
activemessaging copied to clipboard
ActiveMessaging moved from google code - this will be the latest and greatest
My gem file is like: ``` gem 'celluloid' gem 'activemessaging', :git => 'https://github.com/kookster/activemessaging.git' gem "daemons" gem 'amqp' ``` When I run script/poller run I get the following exception: ``` =>...
When I try to run 'rails g active_messaging:install' (this is after adding 'celluloid' to my Gemfile), it fails, looking for /config/messaging.rb. Which I don't have. Do I need one? Might...
Including ActiveMessaging in a Rails application will trigger ActiveMessaging.load_activemessage which in turn requires activemessage/threaded_poller. This means that every time the Rails environment is loaded, it loads celluloid, which prints this...
From what I can tell there's no support for ssl over stomp protocol (commonly called "stomp+ssl"). If I'm sending login credentials over the wire I want to make sure it's...
We are using activemessaging gem version 0.9.0. We use poller to start and stop the subscriber. We have durable subscriber and when we stop the poller, gem sends UNSUBSCRIBE command...
Add admin topic and statistics support for activemq and other brokers that support such a thing http://www.pubbs.net/activemq/200912/52702/ Add default filters that can be used to do admin reporting and progress...
the ActiveMessaging::load_processors method has a "first" parameter that suppresses logging of the loading of application processor files, but loads them anyway i noticed this because i have a constant defined...
When I add this gem to my Gemfile, run bundle update, then run rails console I get the following error Mio:~/source/pictur:$ rails console DEPRECATION WARNING: RAILS_DEFAULT_LOGGER is deprecated. Please use...
I have a destination called email_users, but it seems like when I publish to that destination, it's mapping to the URI and then trying to load the URI as the...