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 |
how did you handle memory management in bw
Which group do you use to wait for multiple events and proceed with the first to occur ?
How do you determine if there are broken references in the project?
What are the options for configuring storage for process engine's checkpoint repository ?
What is the puprose of Job Shared varaibel or tell me about about job shared variable?
3 Answers Accenture, HCL, IBM,
By using which bw palette we can create db table?
What is a spawn in call process?
Once we have deployed the ear file in Tibco admin,In which location the data/service/properties will store
What is the advantage of scripted deployment in Tibco?What is difference between scripted deployment and normal deployment
What is the difference between "default" and "value" in the configuration file of the Tibco admin
Difference between adapter component and bw component ?
I need to hit a service of a jms connection from another jms connection.I am using soap over jms.How can we achive this?