F
F
Fedor Kolov2017-04-26 12:07:35
HTML
Fedor Kolov, 2017-04-26 12:07:35

Is there an open source equivalent for managing messages in jms?

I use the following algorithm for error handling.
On error, the message is placed in the error queue.
After fixing the error, you need to move the message from the queue with errors to the queue for restarting.
Now this is done manually via console activemq, but this is very long.
I would like to have a webui where all messages were visible, it was possible to extract the error from the message body and send it to the desired queue with one button.
I saw such a service from colleagues, but unfortunately the source code is not available.
Maybe there are ready-made implementations so as not to make a bicycle?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question