Bug 975937
| Summary: | [AMQP 1.0] sender expects messages to always be accepted | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Gordon Sim <gsim> |
| Component: | qpid-cpp | Assignee: | Gordon Sim <gsim> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | mick <mgoulish> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | Development | CC: | esammons, freznice, iboverma, jross, mgoulish, mtoth, pematous |
| Target Milestone: | 3.0 | Keywords: | OtherQA |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.22-6.el6, qpid-cpp-mrg-0.22-6.el5 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-21 12:54:37 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1010399 | ||
|
Description
Gordon Sim
2013-06-19 15:54:41 UTC
Fixed upstream by https://svn.apache.org/r1494644 Verification :
got ActiveMQ running on RHEL 6.5 (thanks, Frantisek. )
used ActiveMQ web interface to create a queue (thanks, Ernie )
used this command to send messages to Active:
qpid-send --connection-options {protocol:amqp1.0} --address micks_very_first_active_queue --content-size 666 -m 13
result:
* messages showed up in the Active queue
* qpid-send did not hang - terminated normally.
|