How to track connectivity state for async message listener? ExceptionHandler to tag it as broken but how to know when its up again?
Does setting reconnect continue forever? Seems to be indicated as that way - thus timeout is interval to reconnect rather than when it stopps/gives up.
Reconnecting to IBM MQ Queue on connection failure
How to manually stop/teardown with async - since everything seems to throw exceptions i.e. setting listener to null when stopped throws exception, calling close on consumer can cause exception etc. I.e. stop on consumer: IBM.XMS.IllegalStateException: The method MQCTL failed.