activemessaging
activemessaging copied to clipboard
ActiveMessaging moved from google code - this will be the latest and greatest
Rails 5
Used some old PRs and some changes to make this work in a project with ruby 2.5 and rails 5.1.5
`Stomp::Connection` has positional argument constructor, but it does not have an option to use `ssl`. So if you can't connect to activemq which has ssl enabled. `Stomp::Connection`'s hashed initialize method...
`OpenSSL::Digest` is [available](https://github.com/ruby/ruby/blob/ruby_1_8/ext/openssl/lib/openssl/digest.rb) since ruby 1.8
I installed `activemessaging` and I'm trying to make it work with AmazonMQ right now, when I set it up it does not seem to subscribe at all to my `topic`....
This requires that Rails.root be setup ahead of time, which is generally a safe assumption in Rails 3 (Bundler does it) or Rails 2.3 patched to run using Bundler.
Support stomp 1.1
Support subscribe headers as defined by activemq impl: http://activemq.apache.org/stomp.html
If the STOMP gem throws an exception for some reason during its normal operation the Stomp adapter doesn't deal with it appropriately. The adapter attempts to reconnect immediately by issuing...
I run the poller using `RAILS_ENV=integration bundle exec script/poller run`. It processes messages correctly although I get relatively frequent "resetting connection" messages. ``` poller: process with pid 74811 started. connection.receive...
I added 'activemessaging' to my Gemfile, but "rails g active_messaging:install" failed, looking 'celluloid'.