What is the difference between Waitfor JMS queue Message
and GetJMS queue message activity.
Also pls reply in terms of performance
Answers were Sorted based on User's Feedback
Answer / soumya
The Get JMS Queue Message activity is different from the
Wait for JMS Queue
Message activity in the following ways:
• Unlike the Wait for activity, which starts listening for
messages from the time
the BusinessWorks engine starts, this activity starts
listening for incoming
messages on the specified queue from the time the activity
is triggered.
• Get JMS Queue Message activity can receive only one
message from the specified queue at a time,
when the Message Selector is not used.
• Once triggered, Get JMS Queue Message activity can either
gets a message from the specified
destination queue name before timeout and proceeds or it
throws a timeout
error and exits.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / bandi
The "Get JMS Queue Message" activity is different from the
"Wait for JMS Queue Message" activity.
Get JMS Queue Message activity will get message from queue
if that queue presently hold one pending message,where as
"Wait for JMS Queue Message" will wait for the msg untill
some one publishes message to that queue.
| Is This Answer Correct ? | 4 Yes | 5 No |
Answer / mogudoom
Wait for jms msg is ... waiting for recipet of msg for specified jms msg and get jms queue msg is retrieve msg from specified queue.and it also receive operttion as queue as opposed to wait for queue msg to be deleivered to wait for jms queue msg
| Is This Answer Correct ? | 2 Yes | 7 No |
If I start multiple instances of the same process(which is listening on a queue), will I have multiple receivers on a queue ?
What activities are supported in jta transaction?
Wht is process name dynamic override?
Difference between file polar and file adapter ?
What are the output formats for xslt?
Where do the default global variables declared in designer are stored in tibco administrator?
What are the maximum/minimum of threads available for incoming http ?
what is global variables?
What is business key?
What is import and include in schema in tibco bw?
Which group do you use to wait for multiple events and proceed with the first to occur ?
how to create adapters?how to connect adapters? and how to build?