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 |
What are the modes of tibco bw installations ?
What are the 4 main panels of the designer window ?
Where do the default global variables declared in designer are stored in Tibco Administrator -- WellsFargoo
What is a spawn in call process?
What are the output formats for xslt?
how to create a directory using external command activity in BW? can u please tell the cmd?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
How do wait-notify resources work ?
What is target namespace and taget prefix?
What are the possible error output's of read file activity?
Difference between file polar and file adapter ?
What is difference between scripted deployment and normal deployment?