|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Dynamic Parameter for MQ Input Queue |
« View previous topic :: View next topic » |
Author |
Message
|
kunal07 |
Posted: Fri Feb 14, 2014 6:11 am Post subject: Dynamic Parameter for MQ Input Queue |
|
|
Acolyte
Joined: 05 Dec 2012 Posts: 72
|
Hi All,
is it possible to have any dynamic parameter for MQ Input queue so that iw will start picking files from different queues dynamically for same message flow. like we can do for MQ Output queue in destination list.
I know we can use multiple MQ input queue in the same flow, but just want to confirm whether this is possible using single MQ Input queue.
I have check the info centre but not able to find it. |
|
Back to top |
|
 |
zpat |
Posted: Fri Feb 14, 2014 6:13 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
If you want a flow to start when a message arrives on any of several queues, just use multiple MQINPUT nodes wired to the same input terminal on the next node in the flow.
To make the list of queues dynamcally is to put the cart before the horse.
You can make the queue name dynamic for the MQGET node, I believe (not 100% sure). _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
Gralgrathor |
Posted: Tue Feb 18, 2014 3:31 am Post subject: |
|
|
Master
Joined: 23 Jul 2009 Posts: 297
|
Code: |
SET InputLocalEnvironment.MQ.GET.QueueName = 'YO_MAMA_LQ'; |
You could loop through a dynamic list using this, triggered by Timeoutnotification. Don't see any justification for such a pattern, but you could do it. |
|
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
|
|
|
|