[jboss-user] [JBoss Remoting] - Remote MDBs seem to stop after marshalling exception
Yong Hao Gao
do-not-reply at jboss.com
Wed Jul 14 22:52:42 EDT 2010
Yong Hao Gao [http://community.jboss.org/people/gaohoward] replied to the discussion
"Remote MDBs seem to stop after marshalling exception"
To view the discussion, visit: http://community.jboss.org/message/552662#552662
--------------------------------------------------------------
Hi,
you probably have hit this one: https://jira.jboss.org/browse/JBMESSAGING-1776 https://jira.jboss.org/browse/JBMESSAGING-1776
This issue may cause JCA not to receive next connection failure notification, therefore stops reconnection.
The scenario could be:
1. connection failure happened, JCA tries to reconnect.
2. During reconnect, the JCA will create a new connection internally and register a exception listener.
3. Just after the new connection has been created but before the listener is registered, the new connection is broken.
4. So the JCA eventually registers a listener on a already 'bad' connection.
5. due to this issue, JCA won't get notified for this bad connection and thinks it a good one.
6. So the MDB won't get any more messages since.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/552662#552662]
Start a new discussion in JBoss Remoting at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2050]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100714/8b332207/attachment.html
More information about the jboss-user
mailing list