Started with a topic exchange and i am polling through web gui. Trying to build a web based chat project to start with...I have one subscriber and multiple consumer...but the message is received only by one consumer..
Couple of questions here
1)If the same message has to be delivered to n consumers , do i need to create n queues. I mean one queue for each consumer.
2)Also if the consumer replies back with a message , which queue does that message go to? How do i configure this..


Reply With Quote
