Bug 779662 (SOA-2028) - JmsConnectionPool searches for associated JmsSessionPool by sequentially iterating over JmsSessions
Summary: JmsConnectionPool searches for associated JmsSessionPool by sequentially iter...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-2028
Product: JBoss Enterprise SOA Platform 5
Classification: JBoss
Component: JBossESB
Version: 5.0.0 GA
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 5.0.2
Assignee: Kevin Conner
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-06 12:58 UTC by Kevin Conner
Modified: 2010-06-15 07:16 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-05-31 09:07:05 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


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

Description Kevin Conner 2010-04-06 12:58:09 UTC
Date of First Response: 2010-05-31 05:07:05
project_key: SOA

Comment 1 Kevin Conner 2010-04-06 12:58:42 UTC
Link: Added: This issue depends JBESB-3263


Comment 2 Kevin Conner 2010-04-26 09:03:55 UTC
Updated in ESB, will be in next merge.

Comment 3 Jiri Pechanec 2010-05-31 09:07:05 UTC
Verified in CR1 sources

Comment 4 Dana Mison 2010-06-09 04:27:49 UTC
More info required for SOA 5.0.2 release notes:

This is purely a performance fix ?

JmsConnectionPool now searchs for associated JmsSessionPools by ???

Comment 5 Kevin Conner 2010-06-09 08:39:26 UTC
Yes, this is a performance fix.  The sessions now contain a reference to their associated pool, using this rather than a search of all the pools.

Comment 6 Dana Mison 2010-06-15 07:10:57 UTC
Added to the SOA 5.0.2 release notes as resolved:

JBESB-3263
JmsConnectionPool searched for associated JmsSessionPools by sequentially iterating over all JmsSessions.
JmsSession now contains a reference to its associated pool so this search does not have to be done.  This provides
faster performance.


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