Hi Sumi, What client are you using (Java/ C++ etc)? Its hard to give you particularly useful advice without first knowing this first as the client APIs differ substantially.
Some further info that would help us advise you: Do you really have a requirement that your request queue be bound to an exchange with a binding key other than its name (that would seem odd for traditional request/response) ? It is entirely possible to do request/response with a single exchange, do you really require that the request and response queues are bound to different exchanges? Regards, Robbie On 19 April 2012 06:32, Sumi <[email protected]> wrote: > Hi, > I am very new to Qpid , How do i create Request and response queues > For ex:request queue , durable , direct exchange > "response queue" : is an temporary queue and what should be my reply to > property and how to bind these two queues so that when my producer send > message to request queue , the consumer should be able to recieve from the > response queue ? Please help this might be basic question but i am very new > to qpid and have been asked to create req , response queues? > > -- > View this message in context: > http://qpid.2158936.n2.nabble.com/Creation-of-Request-and-Response-quese-tp7479418p7479418.html > Sent from the Apache Qpid users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
