Tag: Activemq
-
Understanding Virtual Destinations in ActiveMQ with an Example
Virtual Destinations allow us to create logical destinations that map onto one or more physical destinations. Virtual Destinations are logical destinations, a combination of Queues or Topics that map onto one or more physical destinations. It provides loosely coupled messaging configurations and especially helps when an application is running on multiple instances. In this article,…