I am interfacing with a Websphere MQ system, using Python/pymqi. From time to time, I will need to:
- check the status of an MQ channel
- start/restart a channel that is not running
How can I achieve the above?
Pymqi documentation doesn't appear to cover this, despite having very good coverage of dealing with MQ queues.