I am new to QPID. I am using Java broker and want to setup a sync message
call between server and client. I use this API to send message:

session.messageTransfer("amq.direct", MessageAcceptMode.EXPLICIT,
                                        MessageAcquireMode.PRE_ACQUIRED, header,
                                        "Message5 " + i);

I want to wait for server reply. How can I do this in Java-QPID?

thanks,

Zhao Yi
-- 
View this message in context: 
http://apache-qpid-users.2158936.n2.nabble.com/How-to-handle-sync-call-by-QPID-Java-api-tp5424823p5424823.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