I have had a discussion with my colleague about exactly this problem. Don't take my advice, but what we came up with is the following:
Have one queue on which the producers at the server put messages and the consumers on the client consumes these messages. But to return messages create a return queue for each "server". Any other comments from someone who is more knowledgeable on the subject matter? Regards Juan sunil_mlec wrote: > Hi, > > I have to design an application where there are multiple producers that send > message to the server. > The consumer reads the message and should reply to the specific producer > with the answer. Is ActiveMQ the right tool for my purpose? Please respond. > If yes, can you please outline a brief idea about how to do. > > Thanks. > -- > View this message in context: > http://www.nabble.com/Multiple-Producers%2C-single-consumer-tp22051008p22051008.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >