On Thu, 24 Aug 2017 13:46:27 GMT Justin Bertram wrote: > I would do this: > > 1) Invoke org.apache.activemq.artemis.api.core.client.ClientSession#stop > 2) Invoke org.apache.activemq.artemis.api.core.client.ClientConsumer#close > ...
I just changed the code to close the consumer after closing the consumer, but unfortunately I'm still getting ActiveMQIllegalStateExceptions in Artemis server log. All consumers seem to be working normally at the times when exception log messages appear and the log messages don't seem to coincide with any of the consumer processes exiting or restarting. marko