hello!

I use the c++ broker and c++ client api(version 0.34),Now I have some
question about Receiver funtion fetch and get;

call example:
        Session session;
        Receiver receiver;
        receive = session.createReceiver();
        receive.setCapacity(1000);

So I receive message from broker just need to call the receive get()
function? Should I need to call the receive fetch() function each period of
time?  



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/some-questions-about-Receiver-get-and-fetch-function-tp7650497.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]

Reply via email to