HI:
I user the c++ broker(verison 0.34) and the c++ API on windows,but I
found the send() function of sender maybe blocked forever, I did not start
the flow stop,and send message async;
example code:
Sender sender = session.createSender(address);
sender.setCapacity(1000);
while(true)
{
sender.send(msg,false);
}
the stack describe in the picture;
<http://qpid.2158936.n2.nabble.com/file/n7650922/stack.png>
--
View this message in context:
http://qpid.2158936.n2.nabble.com/async-send-message-blocked-forever-tp7650922.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]