What is the Difference between JMS queue reciever and JMS
queue requestor?
Answers were Sorted based on User's Feedback
Answer / rohit
JMS Queue receiver is a starter activity. It starts a
process on the recipt 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.
| Is This Answer Correct ? | 32 Yes | 3 No |
Answer / guest
Jms queue reciever is responsible for consuming the message
from the JMS in a queue. While JMS queue requestor is
similar to requset reply in soap. it waits fro a reply in
reply/to queue.
| Is This Answer Correct ? | 21 Yes | 2 No |
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
what is the usega of TIBCO
If the business process needs to invoke another web service which resource do you use ?
When is a 'generate error' activity useful?
How to achieve load balancing mechanism using a property ?
What is the advantage of scripted deployment in Tibco?What is difference between scripted deployment and normal deployment
How can we import/Copy the custom palettes into another project?
Wht is process name dynamic override?
What activity can be used to set the value of a 'user defined process variable' ?
How we can send the message from jms to RV?
What is a spawn in call process?
What are the revision control system options available in tibco designer?