Hi,

I’m a newbie in Apache Qpid and read “Programming in Apache Qpid“. I’ve got
a question concerning the Request/Response Pattern shown here:
http://qpid.apache.org/books/trunk/Programming-In-Apache-Qpid/html/ch02s12.html
http://qpid.apache.org/books/trunk/Programming-In-Apache-Qpid/html/ch02s12.html 

The concept is to create a response queue for each request, right? I was
wondering how this should work when several clients send requests to the
request queue (on the same broker) simultaneously. Does each client create
and use its own response queue? Or do all clients use a common response
queue since they all define the same name for the response queue
(#response-queue)?

Is this the only way to realize request/response communication?

Thanks in advance!
Best regards,
Heinrich


--
View this message in context: 
http://apache-qpid-users.2158936.n2.nabble.com/Questions-about-resquest-response-pattern-tp6343417p6343417.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to