Re: What means waitForOnMessageToComplete

2021-03-16 Thread Clebert Suconic
This message usually happens on stopping the connection. If you have a message handler not finishing, you will see that happening on your logs. On Tue, Mar 16, 2021 at 4:26 PM Justin Bertram wrote: > > This message might be logged for several different reasons. Can you > elaborate on what your c

Re: What means waitForOnMessageToComplete

2021-03-16 Thread Justin Bertram
This message might be logged for several different reasons. Can you elaborate on what your client is doing when this message is logged? Is it perhaps setting a different message handler or is rollback being invoked or is the connection being stopped or is the consumer being closed? To be clear, thi