[jboss-dev-forums] [Design of JBoss ESB] - Re: Features of JBoss Messaaging Message Bridge present in E

beve do-not-reply at jboss.com
Thu Mar 27 02:53:42 EDT 2008


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#4139158

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4139158



More information about the jboss-dev-forums mailing list