[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-943) Investigate problem with failover
Tim Fox (JIRA)
jira-events at lists.jboss.org
Mon May 28 00:39:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBMESSAGING-943?page=comments#action_12363294 ]
Tim Fox commented on JBMESSAGING-943:
-------------------------------------
Sergey-
Are you running the users's example from the forum thread?
Also, if you want transparent failover you need to make sure you're using a connection factory with supportsFailover=true (the default one is supportsFailover = false).
The desired result is that the user's code should work with failover either on or off.
In the case failover is on, the connection's ExceptionListener should never trigger until the last node is taken out of the cluster.
In the case failover is off, the connection's ExceptionListener should trigger manually coded reconnection logic (like JBoss MQ).
> Investigate problem with failover
> ---------------------------------
>
> Key: JBMESSAGING-943
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-943
> Project: JBoss Messaging
> Issue Type: Bug
> Reporter: Tim Fox
> Assigned To: Tim Fox
> Fix For: 1.3.0.GA
>
>
> As per forum reference
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list