Hi all
>
> Is it possible to pass the DestinationList from the AgggregateControl Node
>
> DESTINATIONLIST
> - ComIbmAggregateControlNode
> - Aggreg ...
We currently trying out the propagate 'esql' function. I am not too sure if the Propagate function creates different number of messages in a compute node and then sends each out one by ...
We looking at developing a generic solution that will fan-out messages to different destinations and fan them in and send them back to the requesting application.
I am just new in MQSeries and figured this out, it is quiet simple. The syntex I was looking for was:
<<gmo.waitInterval = MQC.MQWI_WAIT_UNLIMITED; >>
Thanx anyways
How do I wait for a message in an initiation queue for an unlimited period (always)? I have created a trigger monitor that listens to messages on an initiation queue. The trigger monitor should always ...