Using a different collector

You can use a different collector to the default collector.

By default IBM® MQ V8 reports EMS events to $0. A different collector can be defined for IBM MQ V8 events by using the environment variable MQEMSCOLLECTOR:

/home/mqm: export MQEMSCOLLECTOR=‘$0’

Note the process name $0 is quoted to avoid environment variable substitution performed by the shell.