michael goulish created QPID-5734:
-------------------------------------
Summary: message loss in qpid client
Key: QPID-5734
URL: https://issues.apache.org/jira/browse/QPID-5734
Project: Qpid
Issue Type: Bug
Reporter: michael goulish
using latest qpid code as of 25 Apr 2014.
In my qpid-messaging client, I do not ask for unreliable link:
std::string sender_address = "x";
Sender sender = session.createSender ( sender_address );
I call sender.send() 1000 times, each time to a different address.
The call returns, apparently successful every time -- no throws or anything --
but my receivers do not get all messages.
The messages are going through a dispatch router -- but I have now successfully
traced the qpid-messaging sender, and I see that the missing messages are
simply never transferred out of the sender -- so they never get to the router.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]