> I want to use C++ client API for request-response message. 
> There is an example in qpidc-6.0 but it uses a message 
> listener for the response message. What I want is looking for 
> an API to block the current thread and waiting for the 
> response message. Does C++ client code support such API?

You could use the qpid::client::LocalQueue, but I would recommend
instead using the qpid::messaging::Receiver class - you can block
waiting for a message.

-Steve

--
Steve Huston, Riverace Corporation
Total Lifecycle Support for Your Networked Applications
http://www.riverace.com


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:users-subscr...@qpid.apache.org

Reply via email to