Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to use JMS topic of Apache ActiveMQ in Talend ESB using tMomInput

 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?

Labels (4)
2 Replies
Anonymous
Not applicable
Author

Hello,

Have you tried to use tJMSXXX components for JMS topic of Apache ActiveMQ?

Best regards

Sabrina

Anonymous
Not applicable
Author

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