Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2.GA
-
Fix Version/s: 1.8.2.GA
-
Component/s: Enterprise Push Server
-
Labels:None
-
Environment:JMS
Description
In certain circumstances, the DefaultMessageService attempts to reconnect to JMS in order to support failover. However, when applications using the DefaultMessageService (either eps.war or an application.war) are in the midst of being shut down knowningly and gracefully, the attempts to reconnect can lead to various exceptions (e.g ClassNotFound).
It's recommended that the service listen for and respond to contextDestroyed events so that the reconnection logic can be shut down.
It's recommended that the service listen for and respond to contextDestroyed events so that the reconnection logic can be shut down.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19576 | Mon Nov 02 13:42:45 MST 2009 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/net/messaging/DefaultMessageServiceContextListener.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19425 | Thu Oct 15 10:52:37 MDT 2009 | deryk.sinotte | |
Files Changed | ||||
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/net/messaging/DefaultMessageServiceContextListener.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #19419 | Thu Oct 15 10:11:21 MDT 2009 | deryk.sinotte | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/net/messaging/DefaultMessageService.java
MODIFY /icefaces/trunk/icefaces/core/conf/META-INF/include.tld |