星期二, 3月 06, 2018

How do you define a MQ trigger monitor service?

How do you define a MQ trigger monitor service?
https://developer.ibm.com/answers/questions/397542/how-do-you-define-a-mq-trigger-monitor-service.html

The following MQSC command defines a trigger monitor service called INIT. It is used to trigger the start of an application to get a message from a queue. WMQ is installed in the default location of "C:\Program Files\Websphere MQ". The name of the initiation queue is "MY.INITQ".
You can add a description [DESCR] within single quotes if you want. 'tm_out' and 'tm_err' define the name of output an error date for this service respectively. These files can be deleted if you feel they have become to large. They will be recreated if needed. The definitions that begin and end with '+' are place holders.
Refer to DEFINE SERVICE for more information on defining a service.
Note: (a) Only customize items in BOLD ITALICS for your environment.
(b) You may customize the STDOUT and STDERR filename and path.
1 - Modify the command for your environment.
2 - Open a command prompt, type: RUNMQSC [Your_Queue_Manager_Name].
3 - Copy and Paste the modified command into the RUNMQSC window press .
DEFINE SERVICE ('INIT') +
DESCR(' ') +
STARTCMD('+MQ_INSTALL_PATH+bin64\runmqtrm') +
STARTARG('-m +QMNAME+ -q MY.INITQ') +
STOPCMD('+MQ_INSTALL_PATH+bin64\amqsstop') +
STOPARG('-m +QMNAME+ -p +MQ_SERVER_PID+') +
STDOUT('C:\Program Files\IBM\WebSphere MQ\errors\tm_out') +
STDERR('C:\Program Files\IBM\WebSphere MQ\errors\tm_err') +
CONTROL(QMGR) +
SERVTYPE(SERVER) +
REPLACE
4 - Type "END" and press .
NOTE: This information was originally in technote #1284004

technote #1284004
Basic process triggering using runmqtrm defined as a service in WebSphere MQ 7.5 and 8.0



What you can purchase with IBM MQ

What you can purchase with IBM MQ
https://www.ibm.com/support/knowledgecenter/SSFKSJ_9.0.0/com.ibm.mq.pro.doc/q126140_.htm

Multiplatforms
For IBM MQ for Multiplatforms, the product offering contains the following chargeable components that can be independently purchased:
5724-H72 IBM MQ
IBM MQ (Server)
[V9.0.4 Oct 2017]IBM MQ High Availability Replica (formerly IBM MQ Idle Standby)
IBM MQ Advanced
[V9.0.4 Oct 2017]IBM MQ Advanced High Availability Replica (formerly IBM MQ Advanced Idle Standby)
IBM MQ Advanced for Developers
For the following chargeable components, existing Subscription and Support can be renewed. No new entitlement can be purchased. See the Announcement Letter for more information.
  • IBM MQ Telemetry
  • Advanced Message Security
  • [V9.0.4 Oct 2017]Advanced Message Security High Availability Replica (formerly Advanced Message Security Idle Standby)
  • Managed File Transfer Service
  • [V9.0.4 Oct 2017]Managed File Transfer Service High Availability Replica (formerly Managed File Transfer Service Idle Standby)
  • Managed File Transfer Agent