Hi,
take a look at this article for more info on this topic
http://activemq.apache.org/how-should-i-implement-request-response-with-jms.html
Cheers
--
Dejan Bosanac
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
On Tue, Feb 17, 2009 at 6:57 AM, Juan Heyns <juan.heyns@epiuse.com> wrote:
> 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.
> >
> >
>
>
|