|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Using Compute-Node (ESQL) getting data from a queue |
« View previous topic :: View next topic » |
Author |
Message
|
JustFriend |
Posted: Sun Jul 10, 2005 9:40 am Post subject: Using Compute-Node (ESQL) getting data from a queue |
|
|
Novice
Joined: 30 May 2005 Posts: 22
|
Subject: Using Compute-Node (ESQL) getting data from a queue
Hi,
I just want to know whether I can get some information from a specific queue with specific MsgId or CorrelId within a compute node?
I am looking out for a flow like the below:
MQInput-Node (From Q-IN) >> Compute-Node >> MQOutput-Node (Q-Out)
In the compute-node, I want to get some data from a different queue (say Q-X) and populate the output-message for Q-Out.
ALSO,
I would like to know whether the following things are possible within a Compute-Node:
1) Read a specific-message (using CorrelId) from a queue (like the above) but without deleting from the queue
2) Delete a specific message (using CorrelId) from a queue
Is this possible?
With expectation of your feedback I remain.
(FYI: My broker version is 5.1)
Best Regards,
Just Friend. |
|
Back to top |
|
 |
JT |
Posted: Sun Jul 10, 2005 10:24 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
The only way you'd be able to consume a message off a queue within a Compute node would be by invoking a Java method. AFAIK, you can't perform this particular function from a called Java method.
You can however consume a message off a queue from within the message flow through a plug-in. The former IA09 - MQGet Plug-In supportpac provided this function. Additionaly, it provided matching capability by identifier. So your flow would look like this instead:
Quote: |
MQInput-Node (From Q-IN) >> MQGet >> Compute-Node >> MQOutput-Node (Q-Out) |
|
|
Back to top |
|
 |
JustFriend |
Posted: Sun Jul 10, 2005 11:25 pm Post subject: |
|
|
Novice
Joined: 30 May 2005 Posts: 22
|
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Jul 11, 2005 6:05 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
MQGET node will be fully supported and enhanced in WB-IMB 6.0, due out later this year (Q4). Until then, its not officially supported. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|