3

I have tried single consumer and producer it works fine , as well as the multiple consumers with sinlge producer . But what i really want to know , is it really possible to have multiple consumers in a single queue in ActiveMQ.

Shrinith Sanil
  • 201
  • 2
  • 11
  • Sounds like you're looking for broadcasting http://activemq.apache.org/broadcasting.html – mjw Jun 21 '17 at 12:44
  • not exactly for braodcasting , for that i can use topic . But in my case I was just trying , if is it possible to queue it up in a single queue from multiple consumer, rather than having a different queue for every consumer. – Shrinith Sanil Jun 21 '17 at 12:50
  • it is possible to have multiple consumers in a single queue in ActiveMQ. take a look here https://stackoverflow.com/questions/42470534/multithreaded-jms-client-activemq/42472281#42472281 – Hassen Bennour Jun 21 '17 at 12:57
  • Why wouldn't it work? What problem did you get using multiple consumers ? – Mobility Jun 22 '17 at 00:55

0 Answers0