What is the Difference between JMS queue reciever and JMS
queue requestor?
Answer Posted / 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 |
Post New Answer View All Answers
Where does the tibco admin maintains the version history of the application?
Which group do you use to wait for multiple events and proceed with the first to occur ?
Which are the two process variables available to all activities with inputs ?
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
What is the scope of user defined process variables ?
Explain what is alias file in tibco?
What are the uses of grouping activities ?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
How do wait-notify resources work ?
What is process name dynamic override?
What are the different modes of service invocation in tibco?
What activities are supported in xa transaction ?
What is the difference between publish by value and publish by reference?
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
If you are posting a message on a queue & Server is down. What happens.