3 Replies Latest reply on Dec 3, 2010 4:45 PM by lato1

    Problem with diverts and clustered topic

    lato1

      Hi,

       

      I am having a problem when using a divert on a clustered topic. Here is my setup:

       

      - Server1 has a topic "jms.topic.clusteredTopic"

      - Server2 has the same topic "jms.topic.clusteredTopic" and also "jms.topic.deliveryTopic"

      - There is a non-exclusive divert on Server2 from jms.topic.clusteredTopic to jms.topic.deliveryTopic

      - The two servers are configured in a cluster

       

      When I publish a message to jms.topic.clusteredTopic on Server2 it is received by consumers on jms.topic.clusteredTopic on both Server1 and Server2 and by consumers on jms.topic.deliveryTopic. I suppose that means the divert is configured correctly.

       

      However when I send a message to jms.topic.clusteredTopic on Server1 it is received only by the consumers on jms.topic.clusteredTopic on both servers but not by consumers on jms.topic.deliveryTopic.

       

      Is it supposed to work this way? I could not find any information about the "routing-name" attribute of the divert. Does it have to do anything with my issue?

       

      Thank you