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
If secondary server finds out that the Primary is down and comes up.Where does it gets the messages from.
How to control the sequence of execution of process instances created by a process starter ?
What is the purpose of a lock shared configuration resource?
What is tibco?
What is the default axis in xpath ?
What is custom id?
Which activity is used for detecting duplicate message processing?
What is target namespace and taget prefix?
Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?
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?
What are the three scenarios where bw engine has to be configured with database persistence instead of local file ?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
Where does the tibco admin maintains the version history of the application? Please tell us the path?
If you are posting a message on a queue & Server is down. What happens.
What is the scope of user defined process variables ?