Bug 432661

Summary: intermittent message loss on connection close
Product: Red Hat Enterprise MRG Reporter: Rafael H. Schloming <rafaels>
Component: qpid-javaAssignee: Rafael H. Schloming <rafaels>
Status: CLOSED CURRENTRELEASE QA Contact: Kim van der Riet <kim.vdriet>
Severity: low Docs Contact:
Priority: low    
Version: betaCC: tross
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-12-02 16:05:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Rafael H. Schloming 2008-02-13 17:27:01 UTC
Description of problem:

Messages may be lost on connection close.

How reproducible:

Intermittent, frequency depends on details of application and execution environment.

Steps to Reproduce:

1. Publish a small message and close the connection immediately.
2. Verify that the message is queued.

Because the problem is intermittent, this must be done in a loop with enough
iterations to cause the problem to appear. The exact number of iterations
required depends on the details of the execution environment. One thousand
iterations is probably a good place to start.
  
Actual results:

Occasionally the connection will close before the message has been sent to the
broker.

Expected results:

The message should never be lost and always be enqueued.

Comment 1 Mike Bonnet 2008-02-29 16:43:20 UTC
qpid-java-common-0.2-9 and qpid-java-client-0.2-9 have been pushed to the staging repo for testing