Sunday, September 10, 2023

JMS Messages using Topics

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 created 

Advanced 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:

That's all for Publisher part.
                        *****************************************
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

XML Palette Activities

The XML palette provides activities for parsing XML strings into schemas and rendering schemas into XML strings Parse XML: Parse XML  is use...