[jboss-user] [JBoss Messaging] - Re: Upgrading AS5 to use messaging 1.4.2.GA

rnicholson10 do-not-reply at jboss.com
Fri Feb 6 16:37:09 EST 2009


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



More information about the jboss-user mailing list