Server-side “Composite Topic” using a destination interceptor to route to other 
destinations?

..or..

Client-side “Composite Topic” where you specify multiple destinations 
session.createConsumer(session.createTopic(“TOPIC.A,TOPIC.B”)) ?

Either way, you should see consumer counts on the destination that a _consumer_ 
is connected.

Also.. check the usual JMS gotchas.. does the code call “connection.start()”? 
Is there a thread running to keep the consumer program looping vs exiting right 
away? 

Thanks,
Matt Pavlovich

> On Feb 11, 2022, at 3:38 AM, Simon Lundström <[email protected]> wrote:
> 
> compositeTopics

Reply via email to