I have two servers with embedded brokers that are connected to each other.
Both server A and B have producers and consumers on a queue. The producer on
A produces ~50msg/s where as the producer on B produces only a few msg a
min. When I look at the number of messages enqueued/dequeued on server A
I'm using AMQ5.2 without persistence set up in a Store and Forward Broker
Network.
I have a queue with multiple consumers attached all with different
selectors. The idea is a message comes in and the consumer that can best
respond will consume the message. This way the producer is decoupled fro
I'm trying to set up AMQ security using JaaS with a database for users and
passwords.
So far all I have found as an implementation for this is Tagish
(http://free.tagish.net/jaas/doc-1.0.3/index.html) which seems to be a bit
out of date.
Does anyone know of a better solution? Should I just be r