JMS Connector Integration Question

All, I downloaded lensesio JMS connector and was able to successfully test connectivity with Artemis MQ as source and sink. It was a smooth experience! I am now trying to use it for a proprietary / closed third party MQ broker and facing little bit of challenge here. One of the challenge is the requirement by the third party provider to set exception listener for the connection object and handle reconnects to the broker in the exception listener.

In this context, want to understand if lensesio JMS connector itself would provide native reconnect processing / ability and if so, is there any need to set the exception listener explicitly on the JMS connection object, which would involve me extending / modifying the existing JMS connector code?

Please advise.