Based on the request/response client and server examples , I want to modify the client in way that it send a request and wait for the reply before sending next request. Want to implement blocking mechanism. subscriptions.run(); blocks for the entire subscription and calling subscription.stop() in received() method of the listner to resume the main application results in queue deletion. Could anyone please guide me in this regard as what function should I call to make client blocking till it received the response from server.
Regards. Usman Majeed -- View this message in context: http://apache-qpid-users.2158936.n2.nabble.com/Blocking-request-call-using-request-response-client-example-tp5129336p5129336.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]
