If I start multiple instances of the same process(which is listening on a queue), will I have multiple receivers on a queue ?
Answer Posted / salman
Hi,
First of all listener is a starter activity and you cannot create multiple instances of it(if u are trying from local) .
NO, you cannot have multiple Receivers on the queue if you have multiple instances.
In fact, for every message a new instance of Queue listener will be created.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What activities are supported in xa transaction ?
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?
If the business process needs to invoke another web service which resource do you use ?
What is custom id?
Can there be two error transitions out of an activity ?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
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?
What are the types of adapter services ?
What is the functionality of the retrieve resources resource?
What is the difference between jms queue receiver and jms queue requestor?
What are the three scenarios where bw engine has to be configured with database persistence instead of local file ?
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?
Explain what is alias file in tibco?
What is the default axis in xpath ?