Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 975937

Summary: [AMQP 1.0] sender expects messages to always be accepted
Product: Red Hat Enterprise MRG Reporter: Gordon Sim <gsim>
Component: qpid-cppAssignee: Gordon Sim <gsim>
Status: CLOSED CURRENTRELEASE QA Contact: mick <mgoulish>
Severity: high Docs Contact:
Priority: high    
Version: DevelopmentCC: esammons, freznice, iboverma, jross, mgoulish, mtoth, pematous
Target Milestone: 3.0Keywords: 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
Description of problem:

In AMQP 1.0 a delivery may be 'settled' without  having a delivery state set (e.g. accepted, rejected), but the 1.0 based qpid::messaging implementation does not take this into account.

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1. run qpid-send or similar against activemq using AMQP 1.0 (need to also specify sasl_mechanisms:NONE)

Actual results:

The sender hangs when trying to close as the sent messages were not accepted (they were however settled).

Expected results:

Test exits normally.

Additional info:

Comment 1 Gordon Sim 2013-06-19 15:55:46 UTC
Fixed upstream by https://svn.apache.org/r1494644

Comment 2 mick 2014-03-12 18:42:37 UTC
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.