History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: JBPAPP-387
Type: Support Patch Support Patch
Status: Resolved Resolved
Resolution: Done
Priority: Major Major
Assignee: William DeCoste
Reporter: William DeCoste
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
JBoss Enterprise Platform App Edition

jms server failover with tibco ems

Created: 29/Oct/07 03:45 PM   Updated: 08/May/08 04:24 PM
Component/s: None
Affects Version/s: 4.2.0.GA_CP01
Fix Version/s: 4.2.0.GA_CP02 , 4.3.0.GA
Security Level: Public (Everyone can see)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown
File Attachments: 1. Java Archive File jboss.jar (2.01 Mb)
2. File jms-ra.rar (70 kb)

Issue Links:
Dependency
 
This issue is a dependency of:
JBPAPP-830 CLONE -EJB3 testsuite failures Major Open
JBPAPP-418 EJB3 testsuite failures Major Resolved
Related
This issue related:
JBPAPP-456 jms server failover with tibco ems Critical Resolved
 
Superset
 
This issue is incorporated by:
JBPAPP-364 Logger in HTTPClientInvoker should be... Major Resolved

SVN / CVS Isolated Branch: JBPAPP_4_2_0_GA_CP01_JBPAPP-364
Support Case Reference: https://na1.salesforce.com/500300000033QC2?srPos=0&srKp=500
Affects: Release Notes
Patch Instructions:
PATCH NAME:
        JBPAPP-387
PRODUCT NAME:
        JBoss EAP / Application Platform
VERSION:
       4.2.0 CP01
DESCRIPTION:
Corrects failover problem when integrating with TIBCO EMS
MANUAL INSTALL INSTRUCTIONS:
For EJB 2.x MDBs, replace your JBOSS_HOME/server/<server-config>/lib with this jboss.jar To configure this capability you will need to add three elements to your jboss.xml descriptor:

<ForceClearOnShutdown>true | false</ForceClearOnShutdown>

This will enable the general behavior to move past the issue of outstanding Server Sessions

<ForceClearInterval>n milliseconds</ForceClearInterval>

This value, in milliseconds is the amount of wait time between each attempt to clear the ServerSessionPool. This should be set to something reasonable for your environment, I would suggest starting with something like 5ms and incrementing this value if this is too short.

<ForceClearAttempts>n attempts</ForceClearAttempts>

This is the number of attempts that JBoss will allow in waiting for the pool to clear. Once this threshhold has been met, the pool will be recycled regardless of whether or not there is outstanding work in the pool.

For EJB 3.0 MDBs, replace your JBOSS_HOME/server/<server-config>/deploy/jms with the attached jms-ra.rar To configure this capability you will need to add new ActivationConfigProperties forceClearOnShutdown, forceClearInterval, and forceClearAttempts.

COMPATIBILITY:
        None
DEPENDENCIES:
       JBoss EAP 4.2.0 CP01
SUPERSEDES:
        None
SUPERSEDED BY:
        None
CREATOR:
        Weston Price, William DeCoste
DATE:
        Tue Oct 30 13:20:34 PDT 2007
Patch Repository Link: https://network.jboss.com/jbossnetwork/restricted/softwareDetail.html?softwareId=a0430000009aoLB



 All   Comments   Work Log   Change History   Subversion Commits      Sort Order:
Fernando Nasser [06/Nov/07 05:56 PM]
Better do it now than having to deal with config file changes afterwards....

Ryan Campbell [29/Nov/07 02:17 PM]
Does not require upload as it was delivered with patch JBPAPP-364.

Frank Merenda [04/Dec/07 03:11 PM]
uploaded