I am using ActiveMQ Queue for messaging. There is one producer for this queue
and multiple consumers. I want to put some restriction on message, so that
only one particular consumer can consume the message. I am trying to figure
out on how to setup the Message Selectors on a JMS Queue Receiver(Mes
Hi Professionals,
I have a design query reagrding queue. My scenario is as follows
I have to use a messaging system, with single producer and multiple
consumers(Asynchronous). The producer pushes different types of messages
into the messaging system. Depending upon the messagetype, that particu