[jboss-jira] [JBoss JIRA] (WFLY-309) Add attributes to "RemoteConnectionFactory" to make it ready for failover in HA profiles
RH Bugzilla Integration (JIRA)
issues at jboss.org
Sun Dec 15 12:02:36 EST 2013
[ https://issues.jboss.org/browse/WFLY-309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12931636#comment-12931636 ]
RH Bugzilla Integration commented on WFLY-309:
----------------------------------------------
mark yarborough <myarboro at redhat.com> changed the Status of [bug 919016|https://bugzilla.redhat.com/show_bug.cgi?id=919016] from VERIFIED to CLOSED
> Add attributes to "RemoteConnectionFactory" to make it ready for failover in HA profiles
> ----------------------------------------------------------------------------------------
>
> Key: WFLY-309
> URL: https://issues.jboss.org/browse/WFLY-309
> Project: WildFly
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: JMS
> Reporter: Jeff Mesnil
> Assignee: Jeff Mesnil
> Fix For: 8.0.0.Alpha1
>
>
> At this moment "RemoteConnectionFactory" configured in messaging subsystem in standalone-full-ha.xml or domain.xml in "full-ha" profile is not ready to failover by default. Please change:
> <connection-factory name="RemoteConnectionFactory">
> <connectors>
> <connector-ref connector-name="netty"/>
> </connectors>
> <entries>
> <entry name="java:jboss/exported/jms/RemoteConnectionFactory"/>
> </entries>
> </connection-factory>
> to:
> <connection-factory name="RemoteConnectionFactory">
> <connectors>
> <connector-ref connector-name="netty"/>
> </connectors>
> <entries>
> <entry name="java:jboss/exported/jms/RemoteConnectionFactory"/>
> </entries>
> <ha>true</ha>
> <block-on-acknowledge>true</block-on-acknowledge>
> <retry-interval>1000</retry-interval>
> <retry-interval-multiplier>1.0</retry-interval-multiplier>
> <reconnect-attempts>-1</reconnect-attempts>
> </connection-factory>
> This will guarantee that clients using this connection factory will failover to backup.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list