0

How do I configure activemq such that a JMS message published to a topic is passed on to two JMS queue. Is this possible in activemq?

Or

Is it better to use a simple topic with two subscribers. Both picking up their own copy of a message.

A j
  • 1,069
  • 2
  • 16
  • 29

1 Answers1

1

Instead of trying to configure the Broker to do this you are better off using Apache Camel to create the routing behaviour you are looking for. Camel routes can be embedded in you ActiveMQ instance.

Tim Bish
  • 17,475
  • 4
  • 32
  • 42