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, this message shouldn't be logged during normal operation. Your MessageHandler should be free to work on the message for however long it needs.
Justin On Tue, Mar 16, 2021 at 3:18 PM Arno Schatz <a...@xerai.biz> wrote: > 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 couldnt find anything useful on google) > The Messagehandler may work for several minutes on each message. > > regards, > Arno > >