[jboss-jira] [JBoss JIRA] Commented: (JBMESSAGING-1890) Recovery configuration in a cluster is too burdensome
Justin Bertram (JIRA)
jira-events at lists.jboss.org
Mon Aug 15 10:29:02 EDT 2011
[ https://issues.jboss.org/browse/JBMESSAGING-1890?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12621101#comment-12621101 ]
Justin Bertram commented on JBMESSAGING-1890:
---------------------------------------------
Why not use a configuration like this:
<mbean code="org.jboss.jms.jndi.JMSProviderLoader" name="jboss.messaging:service=JMSProviderLoader,name=JMSProviderRemote">
<attribute name="ProviderName">ClusteredRecoveryJMSProvider</attribute>
<attribute name="ProviderAdapterClass">org.jboss.jms.jndi.JNDIProviderAdapter</attribute>
<attribute name="FactoryRef">java:/ClusteredXAConnectionFactory</attribute>
<attribute name="QueueFactoryRef">java:/ClusteredXAConnectionFactory</attribute>
<attribute name="TopicFactoryRef">java:/ClusteredXAConnectionFactory</attribute>
<attribute name="Properties">
java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
java.naming.provider.url=${jboss.bind.address}:1099
</attribute>
</mbean>
Since the local ClusteredXAConnectionFactory is part of cluster its stub should have all the necessary information to contact all the other nodes in the cluster, right?
> Recovery configuration in a cluster is too burdensome
> -----------------------------------------------------
>
> Key: JBMESSAGING-1890
> URL: https://issues.jboss.org/browse/JBMESSAGING-1890
> Project: JBoss Messaging
> Issue Type: Task
> Components: JMS Clustering
> Affects Versions: 1.4.0.SP3.CP14, 1.4.8.SP1, 1.4.8.SP2
> Reporter: Justin Bertram
> Assignee: Yong Hao Gao
> Fix For: 1.4.0.SP3.CP15, 1.4.8.SP3
>
>
> The recovery configuration describe on http://community.jboss.org/wiki/Non-serializableXAResourceErrorFromJBossMessagingJBM-ClusteredSetup is too burdensome, especially for large clusters. When a new node is added to the cluster then *every* node in the cluster needs a configuration change.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list