When the MQ queue manager is restarted, all listeners must be disabled and re-enabled. Mostly likely caused by a connection pool maintaining connections that no longer exists.
Is there a way to configure the LISTEN message handler other than setting the minimum connections to 0 and having a VERY short ‘inactive lifetime’ setting?
Is there a way, to disable/enable the message handler from an external source (i.e. command line script)?
Thanks in adavance to anyone that can help.
-Tory