ibm-messaging / mq-golang

Calling IBM MQ from Go applications
Apache License 2.0
168 stars 60 forks source link

Exclude some queues using patterns #132

Closed piotrekbed closed 5 years ago

piotrekbed commented 5 years ago

Is any chance to exclude queues from monitoring using -ibmmq.monitoredQueues. e.g.: I want to monitoring all queues starting from letter A -ibmmq.monitoredQueues="A" exclude AZ.

Regards Piotrek

ibmmqmet commented 5 years ago

monitoredQueues="A*,!AZ*"

piotrekbed commented 5 years ago

It's works! thank you.