Hi,
I believe you can get the same fault tolerance by configuring your connection factory,
queue and JMSRouter. By configuring the queue as clustered and using a clustered
connection factory this should be possible.
Take a look at the configuration options for JMSRouter:
JMS Routing Action Processor.
|
| Sample Action Configuration:
|
| <action class="org.jboss.soa.esb.actions.routing.JMSRouter">
| <property name="jndiName" value="queue/A"/>
| </action>
|
| Option properties (default values shown):
| <property name="unwrap" value="false"/>
| <property name="jndi-context-factory"
value="org.jnp.interfaces.NamingContextFactory"/>
| <property name="jndi-URL" value="127.0.0.1:1099"/>
| <property name="jndi-pkg-prefix"
value="org.jboss.naming:org.jnp.interfaces"/>
| <property name="connection-factory"
value="ConnectionFactory"/>
| <property name="persistent" value="true"/>
| <property name="priority"
value="javax.jms.Message.DEFAULT_PRIORITY"/>
| <property name="time-to-live"
value="javax.jms.Message.DEFAULT_TIME_TO_LIVE"/>
| <property name="message-prop->prop-name<=">
value="prop-value<" />
|
Or if you have other requirements please specify them and we'll take a look.
Regards,
/Daniel
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4139158#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...