Set trigger on the queue of IBM MQ

Source: Internet
Author: User
Tags ibm mq

Set the trigger on the queue of ibm mq and call the application to process the message when the message reaches the queue.

1. Specify a trigger for the queue. You can create a queue in the following way:

Mq1 is the name of the queue manager.

Runmqsc mq1
Define QL (Q. init) replace
Define QL (testq) trigger trigtype (every) process (testproc) initq (Q. init) replace

2. Define the process to be called:

Define process (testproc) applicid ('d:/temp/test. Bat ') replace

 

3. Start trigger monitor.

Runmqtrm-M mq1-Q. init

 

* The process is started in the MQ process. The called application, such as the path used by the BAT file, is the current path for running MQ.

* When the define command specifies initq (Q. init), the name in the brackets is automatically converted to uppercase.

 

 

 

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.