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 are the revision control system options available in tibco designer?
Where do the default global variables declared in designer are stored in tibco administrator?
What is the scope of user defined process variables ?
Where are the designer preferences stored ?
Give an example where graceful migration of service from one machine to another is not possible.
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 activities are supported in jta transaction?
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
What is the purpose of a lock shared configuration resource?
What is the difference between publish by value and publish by reference?
What is the default axis in xpath ?
What is the functionality of the retrieve resources resource?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
What is tibco?
How do wait-notify resources work ?