Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Main difference between queue and topic is that-
1. In queue, single message will be received by exactly one customer.
2. In topic, a message is published, it goes to all subscribers so it can be consumed by 0 to many subscribers.
So how multiple consumers in topic differentiate between the messages i.e. which consumer should consume which kind of message?
Hello,
Have you tried to use tJMSXXX components for JMS topic of Apache ActiveMQ?
Best regards
Sabrina
Hello,
tJMSInput has a "Message Selector Expression" field to specify a selector, but tMomInput does not.
Is it local JMS transactions for ActiveMQ?
Best regards
Sabrina