Hmm, this is strange. If I create a queue call "speQueueB" on the instance running the bridge, then the bridge will forward the messages to this queue instead of attempting to move it to the remote queue?
Here's the bridge config: | <mbean code="org.jboss.jms.server.bridge.BridgeService" name="jboss.messaging:service=Bridge,name=TestBridge" xmbean-dd="xmdesc/Bridge-xmbean.xml"> | | <depends optional-attribute-name="SourceProviderLoader">jboss.messaging:service=JMSProviderLoader,name=JMSProvider</depends> | <depends optional-attribute-name="TargetProviderLoader">jboss.messaging:service=JMSProviderLoader,name=RemoteJMSProvider</depends> | | <attribute name="SourceDestinationLookup">/queue/speQueue</attribute> | <attribute name="TargetDestinationLookup">/queue/speQueueB</attribute> | <attribute name="QualityOfServiceMode">2</attribute> | <attribute name="MaxBatchSize">1</attribute> | <attribute name="MaxBatchTime">-1</attribute> | <attribute name="FailureRetryInterval">5000</attribute> | <attribute name="MaxRetries">-1</attribute> | <attribute name="AddMessageIDInHeader">false</attribute> | </mbean> | Why would the bridge deliver locally? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207862#4207862 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4207862 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user