You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/09/22 21:14:49 UTC

[GitHub] [activemq-nms-openwire] octomad commented on pull request #17: Fix infinite loop on BrokerException

octomad commented on pull request #17:
URL: https://github.com/apache/activemq-nms-openwire/pull/17#issuecomment-925335734


   @michaelandrepearce, thanks for responding. What we are experiencing is that when we have set the `transport.maxReconnectAttempts=3` for example, the client attempts three times to reconnect to the broker. An error is never bubbled back up to the calling code and the client never exits. This is causing our application to simply hang.
   
   We need the client to exit when the max attempts has been reached. The fix here seemed to have done that for us.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org