tags:

views:

12

answers:

0

I am already using ActiveMQ in my project. Now I need delay message delivering. AcitveMQ supports this feature (http://activemq.apache.org/delay-and-schedule-message-delivery.html), but as far as I understand this feature supported by JMS clients only. How could I use this feature with ruby?