Tuesday, January 19, 2016

Difference between Tibco JMS queue receiver and JMS queue requestor?




1. JMS Queue receiver is a starter activity. It starts a process on the receipt of a message for the specified JMS queue, it is listening to.ON the other hand, JMS queue requestor is not a starter activity, it is used to send a request to a JMS queue and receives a response back from the JMS client. This activity uses temporary destinations to ensure that reply messages are received only by the process that sent the request.


2. JMS queue reciever is responsible for consuming the message from the JMS in a queue. While JMS queue requestor is similar to request reply in soap. it waits fro a reply in reply/to queue.

No comments:

Post a Comment