Bug 779952 (SOA-2312) - Message Loss or premature execution termination in an action during shutdown
Summary: Message Loss or premature execution termination in an action during shutdown
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-2312
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB
Version: 5.0.2
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.1.0.ER2
Assignee: Kevin Conner
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-09-13 13:02 UTC by Kevin Conner
Modified: 2011-02-25 06:04 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-02-25 06:04:54 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SOA-2312 0 None None None Never

Description Kevin Conner 2010-09-13 13:02:15 UTC
project_key: SOA

Comment 1 Kevin Conner 2010-09-13 13:02:43 UTC
Link: Added: This issue depends JBESB-3473


Comment 2 Kevin Conner 2010-09-13 13:31:58 UTC
Updated in ESB codebase, will be in next tag for platform.

Comment 3 David Le Sage 2011-02-25 06:00:09 UTC
Temporarily reopening to update release note info.

Comment 4 David Le Sage 2011-02-25 06:04:38 UTC
Release Notes Docs Status: Added: Documented as Resolved Issue
Release Notes Text: Added: https://issues.jboss.org/browse/JBESB-3473

JMS messages could be lost and actions could be terminated prematurely during shut down. This was because  when the doStop method was called it set the state to STOPPING and immediately terminated the executor thread (MessageAwareListener.java) irrespective of whether the thread was processing anything or not.  To fix this problem, a change has been made to the MessageAwareListener code. As a result, messages will not be lost when the software is shutting down.



Note You need to log in before you can comment on or make changes to this bug.