My use case needs me to replay messages sent on one destination to another (one or more).
There can be four possible combinations : Topic -> Topic (CompositeTopic) Topic -> Queue (CompositeTopic, VirtualTopic) Queue -> Topic (CompositeQueue, MirroredQueue) Queue -> Queue (CompositeQueue) Are there other ways to replay messages other then listed one? Which one to use in case of Topic -> Queue CompositeTopic or VirtualTopic ? When and Why ? Which one to use in case of Queue -> Topic CompositeQueue, MirroredQueue ? When and Why There are different features provided for same thing so there has to be some subtle differences which am unable to find. Can someone share any info on this? -- View this message in context: http://activemq.2283324.n4.nabble.com/What-to-use-to-replay-messages-in-ActiveMQ-and-Why-tp4685850.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.