I agree with Erwin. It seems like you'd be better served using the
synchronous
org.apache.activemq.artemis.api.core.client.ClientConsumer#receive(long)
[1] rather than using an asynchronous MessageHandler. If the call to
receive(long) returns null then you know the consumer did not receive a
messag
021 15:45
Aan: users@activemq.apache.org
Onderwerp: How to see
EXTERNAL SENDER: Do not click any links or open any attachments unless you
trust the sender and know the content is safe.
EXPÉDITEUR EXTERNE:Ne cliquez sur aucun lien et n’ouvrez aucune pièce
jointe à moins qu’ils ne proviennent d’un expéd
Hi,
This is a beginners question. I am having a queue, with a bunch of work orders
and try to have aynchoun listeners to do
the workpackages. In the main thread I need to know when the workers are
actually done with the work. How do I know all
messages have been worked on?
Using Artemis 2.1.16,