Bug 1011631
| Summary: | [AMQP 1.0] outgoing deliveries that are settled without a state being set are not dequeued | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Gordon Sim <gsim> |
| Component: | qpid-cpp | Assignee: | Gordon Sim <gsim> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Irina Boverman <iboverma> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | medium | ||
| Version: | Development | CC: | esammons, iboverma, jross, mtoth, pematous |
| Target Milestone: | 3.0 | Keywords: | OtherQA |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | qpid-cpp-0.22-17 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-01-21 12:56:54 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-09-24 16:31:32 UTC
Fixed upstream: https://svn.apache.org/r1525941 VERIFIED.
# qpid-config add queue KENQ
# /usr/share/doc/python-qpid-0.22/examples/api/spout 'KENQ' b
Message(properties={'spout-id': '5c6de208-0fd1-4611-84f3-18e7ea55dac7:0'}, content_type='text/plain', content='b')
# qpid-stat -q
Queues
queue dur autoDel excl msg msgIn msgOut bytes bytesIn bytesOut cons bind
=========================================================================================================================
885a5b0c-57c4-45af-9d62-8927f625219e:0.0 Y Y 0 0 0 0 0 0 1 2
KENQ 1 1 0 92 92 0 0 1
# ./examples/messenger/py/recv.py amqp://127.0.0.1:5672/KENQ
None (no subject) {u'spout-id': u'5c6de208-0fd1-4611-84f3-18e7ea55dac7:0'} b
# qpid-stat -q
Queues
queue dur autoDel excl msg msgIn msgOut bytes bytesIn bytesOut cons bind
=========================================================================================================================
KENQ 0 1 1 0 92 92 0 1
fd9ae9e0-0b36-423b-9356-b66bf14fbb3f:0.0 Y Y 0 0 0 0 0 0 1 2
Installed packages:
# rpm -q --all | grep qpid
qpid-java-client-0.22-6.el6.noarch
qpid-cpp-server-linearstore-0.22-36.el6.x86_64
python-qpid-qmf-0.22-28.el6.x86_64
qpid-cpp-debuginfo-0.22-36.el6.x86_64
qpid-qmf-0.22-28.el6.x86_64
qpid-tools-0.22-9.el6.noarch
ruby-qpid-qmf-0.22-28.el6.x86_64
qpid-qmf-debuginfo-0.22-28.el6.x86_64
python-qpid-proton-0.6-1.el6.x86_64
qpid-proton-c-0.6-1.el6.x86_64
qpid-jca-0.22-2.el6.noarch
qpid-jca-xarecovery-0.22-2.el6.noarch
qpid-cpp-server-0.22-36.el6.x86_64
qpid-cpp-server-ha-0.22-36.el6.x86_64
qpid-cpp-client-devel-0.22-36.el6.x86_64
qpid-java-common-0.22-6.el6.noarch
python-qpid-0.22-12.el6.noarch
perl-qpid-0.22-11.el6.x86_64
qpid-cpp-client-0.22-36.el6.x86_64
qpid-snmpd-1.0.0-16.el6.x86_64
qpid-proton-c-devel-0.6-1.el6.x86_64
and:
# rpm -q --all | grep qpid
qpid-qmf-0.22-28.el6.i686
ruby-qpid-qmf-0.22-28.el6.i686
qpid-jca-0.22-2.el6.noarch
qpid-proton-c-devel-0.6-1.el6.i686
qpid-proton-c-devel-doc-0.6-1.el6.noarch
qpid-cpp-server-store-0.22-36.el6.i686
python-qpid-proton-0.6-1.el6.i686
qpid-proton-c-0.6-1.el6.i686
python-qpid-0.22-12.el6.noarch
perl-qpid-0.22-11.el6.i686
qpid-cpp-server-ha-0.22-36.el6.i686
qpid-cpp-client-0.22-36.el6.i686
python-qpid-qmf-0.22-28.el6.i686
qpid-snmpd-1.0.0-16.el6.i686
qpid-tools-0.22-9.el6.noarch
qpid-java-client-0.22-6.el6.noarch
qpid-cpp-server-0.22-36.el6.i686
qpid-cpp-client-devel-0.22-36.el6.i686
qpid-java-common-0.22-6.el6.noarch
qpid-jca-xarecovery-0.22-2.el6.noarch
|