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 |
If Sender has sent the message on a queue.If the JMS Primary Server went down and secondary Server get the message which is lost. Where is the message now?
wht is a spawn in call process ?
how did you handle memory management in bw
If you have installed a particular version of tibco software e.g. Tibco bw x.y.z, what are x, y and z number stands for?
Why we implement the tibco in our organization or company?
What is custom id?
If you are posting a message on a queue & Server is down. What happens.
What are the three scenarios where bw engine has to be configured with database persistence instead of local file ?
What is max size and where u can define the size of the message over jms server ?
What are the EMS destination properties. What are the difference between the service and interface
By using whic BW palette we can create DB table?
Where does the tibco admin maintains the version history of the application? Please tell us the path?