I have a multi-node (static) network of embedded Artemis JMS brokers. I'm wondering if there is a way to register a JMS listener to a topic, but somehow distinguish between messages sent via the local broker and those that come from different nodes in the 'cluster'? I'd like to make sure, that the specific listener only handles messages sent from producers connected to the same broker.
- Messaging listener for local messages only Lachezar Dobrev
- Re: Messaging listener for local messages only Justin Bertram
- Re: Messaging listener for local messages only Martyn Taylor