Here, I am explaining how to send and receive messages to / from Topics
For understanding better, please go thru my blog on Queue first..where I explained JMS setup, Gems..etc.
https://tibco-esb-vishnu-mk.blogspot.com/2023/09/jms-messages-in-queues.html
Topic setup is same as Queue setup. But the functionality is different.
Let's create a simple process to publish a message to Topic.
bw5.topic - topic has been createdAdvanced Tab:
Delivery Mode: PERSISTENT, NON-PERSISTENT, TIBCO EMS RELIABLE DELIVERY - choose it as per your need.
For more info, please go thru Tibco documentation.
Input Tab:
*****************************************
Let's focus on Subscriber part..
Acknowledge Mode: Auto (default). You can choose based on your requirement.
Available Modes:
Now, test the Publisher and Subscriber part...
Thanks for reading :-)
No comments:
Post a Comment