Is there a Solace equivalent to ActiveMQ's virtual topics?
Suppose you have two different components each consuming from the same Solace queue - component1 and component2. Suppose both are load balanced, giving you component1_instance1, component1_instance2, component2_instance1, and component2_instance2.
Can Solace be set up so that each message in the Solace queue is consumed by:
- one and only one instance from component1 AND
- one and only one instance from component2