ruby-activemq

Ruby Client for ActiveMQ

Downloads
9.2K
Stars
4
Committers
1

h1. Ruby ActiveMQ

ActiveMQ client for Ruby using openwire protocol through activemq-cpp client.

h2(#changelog). Changelog

0.0.1 - Initial version with support to publish text messages

h2(#installing). Installing

You must install the "ActiveMQ-cpp":http://activemq.apache.org/cms/activemq-cpp-325-release.html 3.2.5 version previously

If needed you can pass where is the activemq-cpp, library and includes, example:

h2(#basic-usage). Basic Usage

Considering default configuration of ActiveMQ server

h3. Publish Message

h2(#todo). TODO

  • Add Properties to messages
  • Exception listener
  • Consumer by pooling
  • Consumer by stream
  • Work with Bytes and Map messages