Hello, I would like to know, if it is possible to configure two or more ActiveMQ servers for the following scenario: A message-producer connects to server A and creates a message. This message is forwarded to server B (and only to server B), where a consumer processes this message. The producer specifies the target server by defining a message-property. The same should be possible with server B. There is a message producer, which creates messages. These messages should be forwarded to the specified ActiveMQ servers. The scenario sounds like the "Store and forward networks of brokers", except "When a JMS producer sends a message to a JMS consumer, it may travel through several brokers to reach its final destination.". I want the message to travel only to the specified broker. Of course, the producer could connect directly to server B and create the message there... but I would like to know, if the scenario above is possible.
Thanks for you help With kind regards nobody44 -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-cluster-tp3048714p3048714.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.