Durable queues?

2008-12-06 Thread Rajkumar S
Hi, I have a ruby producer and couple of ruby consumers. I want each messages to be consumed by one of the consumer, if no consumer is available the messages should be queued up. Most the info I saw was about durable _topics_ where all consumers would get all messages, but that is not my requireme

Using Stomp and Apache ActiveMQ as reliable syslog

2008-11-17 Thread Rajkumar S
Hi, One of my programs requires a reliable way to log across unreliable network (ie internet). The sender or receiver may go offline any time and can come back later. But any message sent by client should not be missed. Obviously syslog does not fit the bill. I am exploring the use of messaging se