If I start multiple instances of the same process(which is listening on a queue), will I have multiple receivers on a queue ?
Answers were Sorted based on User's Feedback
Answer / satya
what r u referring to mul instances . are u referring to load balance or adding the queue listener twice on ear
if u start deploy as mul instances i.e. appname1,appname2
u will have mul listeners
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
What is meant by process context varibale?
What is the difference between "default" and "value" in the configuration file of the Tibco admin
What is the purpose of a lock shared configuration resource?
What is the advantage of scripted deployment in Tibco?What is difference between scripted deployment and normal deployment
how we can send data through adb adapter in tibco bw?
Where do the default global variables declared in designer are stored in tibco administrator?
By using whic BW palette we can create DB table?
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 is difference between scripted deployment and normal deployment?
How can we get field as input to the input field of another palete as <a>b</a> is there then i need to get as <C>a-b</C>
What is the difference between publish by value and publish by reference?
What is custom id?