I understand the topic is for broadcasting messages to the clients. But in the ActiveMQ document, it says about load balancing:
Another way of explaining Message Groups is that it provides sticky load balancing of messages across consumers; where the JMSXGroupID is kinda like a HTTP session ID or cookie value and the message broker is acting like a HTTP load balancer.
Here comes what I don't understand.
Is it not broadcasting?
What I want to do is below: If producer send messages to group A, somehow the broker control the traffic and the messages "physically" should not go to group B.
Is it even possible with Virtual Topic?