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

What means waitForOnMessageToComplete

2021-03-16 Thread Arno Schatz
Hi, I am using artemis version 2.16.0. My Client of a queue ends prematurely with these 2 lines in the log: org.apache.activemq.artemis.core.client.impl.ClientConsumerImpl waitForOnMessageToComplete WARN: AMQ212002: Timed out waiting for handler to complete processing What does that mean? (I c