michael goulish created QPID-5733:
-------------------------------------
Summary: qpid-messaging client does not honor settle-without-accept
Key: QPID-5733
URL: https://issues.apache.org/jira/browse/QPID-5733
Project: Qpid
Issue Type: Bug
Components: C++ Client
Reporter: michael goulish
I have a qpid-messaging based sender, and a proton messenger base receiver,
with a dispatch router in the middle.
In my sender, if I do this:
sender.send ( msg, 1 )
the sender locks up immediately and hangs.
With tracing, I see that it is getting back a disposition frame for this
message with settled=true -- but there is no explicit accept. That's when it
locks up.
If I alter my proton messenger based receiver to explicitly accept the message,
then the test runs to completion with no problem.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]