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 |
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 ?
What are the possible error output's of read file activity?
What is the difference between publish by value and publish by reference?
What is the advantage of scripted deployment in Tibco?What is difference between scripted deployment and normal deployment
Where Do U Set JMS Heap Size?
How to control the sequence of execution of process instances created by a process starter ?
What activity can be used to set the value of a 'user defined process variable' ?
Where does the Tibco Admin maintains the version history of the application?Can you please tell us the path?
What is the default axis in xpath ?
What are the encodings supported by designer ?
by using java language only we use this integration
Whats the difference between publish by value and publish by referrence