Pavel Moravec created QPID-4576:
-----------------------------------
Summary: qpid-receive does not commit ready address message
Key: QPID-4576
URL: https://issues.apache.org/jira/browse/QPID-4576
Project: Qpid
Issue Type: Bug
Components: C++ Client
Affects Versions: 0.20
Reporter: Pavel Moravec
Priority: Trivial
Description of problem:
Running qpid-benchmark with --receive-arg=--tx=10 option leads to timeout (see
below for details). The reason is that qpid-receive does not commit its session
after sending a message to ready address (see --ready-address option).
Version-Release number of selected component (if applicable):
Any (also in upstream qpid 0.20)
How reproducible:
100%
Steps to Reproduce:
./qpid-benchmark --receive-arg=--tx=10
Actual results:
Traceback (most recent call last):
File "./qpid-benchmark", line 330, in <module>
if __name__ == "__main__": main()
File "./qpid-benchmark", line 316, in main
ready_receiver.wait(filter(None, receivers)) # Wait for receivers to be
ready.
File "./qpid-benchmark", line 269, in wait
raise Exception("Timed out waiting for receivers to be ready")
Exception: Timed out waiting for receivers to be ready
Expected results:
No exception, proper run.
Additional info:
Patch proposed.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]