I have a map that is triggered through a MQseries-InputCard (via the Event server) using the following commands :
-CVT -QMN <myQMgr> -QN <MyQName> -QTY S -LSN 30
Tracing and logging has showed that i' am reading between 30 and 50 messages / second... (1 run processes about 1500 messages)
Does the -LSN adapter means that it always reads during 30 seconds before starting the map ? (even if only 1 message is present ?)
I've tried with the -LSN 0 param, but then the map doesn't trigger...
My goal is rather simple :
- Start the map on arrival of (any number) of messages
- Read all messages of the Q.
- Process them
Important to mention : RunOnly1InstanceAtATime = true
What can I do to achieve my goal ? Any help would be appreciated...
-CVT -QMN <myQMgr> -QN <MyQName> -QTY S -LSN 30
Tracing and logging has showed that i' am reading between 30 and 50 messages / second... (1 run processes about 1500 messages)
Does the -LSN adapter means that it always reads during 30 seconds before starting the map ? (even if only 1 message is present ?)
I've tried with the -LSN 0 param, but then the map doesn't trigger...
My goal is rather simple :
- Start the map on arrival of (any number) of messages
- Read all messages of the Q.
- Process them
Important to mention : RunOnly1InstanceAtATime = true
What can I do to achieve my goal ? Any help would be appreciated...