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 |
Where does the tibco admin maintains the version history of the application? Please tell us the path?
How to create a concrete wsdl?
If you have installed a particular version of tibco software e.g. Tibco bw x.y.z, what are x, y and z number stands for?
Where do the default global variables declared in designer are stored in tibco administrator?
What is the default axis in xpath ?
When used Persistent mode, where are you Persisting the data?
Explain Client and EXplicit Client dupsOK Acknowledge modes in jms?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
Difference between adapter component and bw component ?
If there are two sub processes then how can we call at a time one sub process dyanmiccally by using call porcess?
What is target namespace and taget prefix?
Can there be two error transitions out of an activity ?