hello!

I use the c++ broker and c++ client api(version 0.34);the broker running on
centos,and the client on windows server 2008;
if the network is not stability between client and broker , I found the
receive fetch() function maybe block forever. 

eg:
        Receiver receiver;
        Message message;
        while(receiver.fetch(message,Duration::IMMEDIATE))
        {
            // ...
        }




--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Receiver-fetch-mybey-block-forever-tp7650498.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