Glossary

TRIGTYPE(DEPTH)

MQ fires the trigger when the queue depth reaches a specified threshold. For example, TRIGDPTH(100) fires when 100 messages have accumulated. Useful for batch-oriented triggered processing where you want to accumulate a workload before starting the processor.

Learn More

Related Terms