Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a job which sends a message to the JMS topic, topic has multiple subscribers and the other job which would retrieve the message from the topic.
I want to distinguish my message on the base of some field(like header etc) so that while retrieving the message from the topic, only a particular subscriber can retrieve the message.
Which JMS property in tMomInput can I use to set a field with my outgoing message so that subscriber can compare that field and retrieve the message only if it's relevant to them.?
Hello,
For topic type, you should run tMomInput firstly(Use "Keep Listening"/"receive number of message" else you need set a bigger value of "Sleeping time").
Because if you want to receive the message, you should subscribe the topic.
Then when write message to the topic with tMomOutput(publish the message). After that tMomInput can receive the message.
Best regards
Sabrina