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
Which are the two process variables available to all activities with inputs ?
What are the modes of tibco bw installations ?
What are the different modes of service invocation in tibco?
Which mechanism can be used to pass data between a process instance and a called sub process other than mapping from/to the callee's input/output ?
When is a 'no action' group used ?
What are the uses of grouping activities ?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
What are the possible error output's of read file activity?
Why we implement the tibco in our organization or company?
What are the options for configuring storage for process engine's checkpoint repository ?
What is the role of tra?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
Which group do you use to wait for multiple events and proceed with the first to occur ?
Where does the tibco admin maintains the version history of the application?