Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-2090

core-bridge does not forward messages from MULTICAST to ANYCAST

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not a Bug
    • Icon: Major Major
    • None
    • None
    • broker-core
    • None
    • Hide
      • Create the bridge using the following json file
      {"type":"exec", "mbean":"org.apache.activemq.artemis:broker=\"0.0.0.0\"", "operation":"createBridge(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,long,double,int,int,boolean,int,long,java.lang.String,boolean,boolean,java.lang.String,java.lang.String)", "arguments":[ "bridge5", "testMulticastQueue", "testAnyCastQueue", null, null, 10000, 1, -1, -1, true, 1024, 5000, "remote-connector", false, true, "admin", "admin" ]}
      • Send a message request using ./artemis producer command or a java client, messages does not seem to be forwarded.
      Show
      Create the bridge using the following json file {"type":"exec", "mbean":"org.apache.activemq.artemis:broker=\"0.0.0.0\"", "operation":"createBridge(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,long,double,int,int,boolean,int,long,java.lang.String,boolean,boolean,java.lang.String,java.lang.String)", "arguments":[ "bridge5", "testMulticastQueue", "testAnyCastQueue", null, null, 10000, 1, -1, -1, true, 1024, 5000, "remote-connector", false, true, "admin", "admin" ]} Send a message request using ./artemis producer command or a java client, messages does not seem to be forwarded.

      • core-bridge functionality only works forwarding messages from ANYCAST-->ANYCAST but not MULTICAST-->ANYCAST
      • In the attached example, if we create a modified 'multicast' queue, the messages are not forwarded from MULTICAST-->ANYCAST.

            rh-ee-ataylor Andy Taylor
            rhn-support-abelkour Mohamed Amine Belkoura
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: