[jboss-dev-forums] [JBoss Messaging Development] - Re: Remote replyto functionality - Bridge configuration in p

mnop629 do-not-reply at jboss.com
Mon Dec 7 23:37:52 EST 2009


by the way, what if there are multiple bridge to activeMQ, but I can only define 1 outbound queue name in ActiveMQJMSProvider? How can I create multiple bridge using a distinct ActiveMQJMSProvider?

<mbean code="org.jboss.jms.jndi.JMSProviderLoader" 
  |          name="jboss.messaging:service=JMSProviderLoader,name=ActiveMQJMSProvider"> 
  |     <attribute name="ProviderName">ActiveMQJMSProvider</attribute> 
  |     <attribute name="ProviderAdapterClass">org.jboss.jms.jndi.JNDIProviderAdapter</attribute> 
  |     <!-- The combined connection factory --> 
  |     <attribute name="FactoryRef">ConnectionFactory</attribute> 
  |     
  |     <!-- The queue connection factory --> 
  |     <attribute name="QueueFactoryRef">ConnectionFactory</attribute> 
  |     
  |     <!-- The topic factory --> 
  |     <attribute name="TopicFactoryRef">ConnectionFactory</attribute>     
  | 
  |     <attribute name="Properties"> 
  | 			java.naming.factory.initial=org.apache.activemq.jndi.ActiveMQInitialContextFactory
  | 			java.naming.provider.url=tcp://x.x.x.x:61616
  | 			queue.inbound=queue/qError
  | 			queue.outbound=VirtualQueue.ConfirmedOrders
  |     </attribute>     
  |   </mbean>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4269484#4269484

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



More information about the jboss-dev-forums mailing list