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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...