Thank you for coming back to me on this one.
I meant to say without the need to go through web.xml config.
As I understand Springboot does provide a bootstrap for Artemis ActiveMQ. I
was wondering if there is some non evident configuration option as to how
one could also enable artemis-rest - jet
Good day,
I am just starting with Artemis ActiveMQ and might not be fully across all
the details.
My issue is that even though I have (seemingly) enabled the persistence and
configured queues as durable and persistent, I am loosing messages on the
broker restart.
Essentially I am missing somethi
Good day,
I would sincerely appreciate if someone could give me a direction how to add
Artemis REST interface into an instance bootstrapped by springboot without
I have prepped the barebones implementation here :
https://github.com/evmin/artemis-mq-rest
Any assistance will be greatly appreciated
Figured this out.
The message itself needs to be marked persistent EXPLICITLY.
Automatically it is non-persistent.
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html
Good day,
I am just starting with Artemis ActiveMQ and might not be fully across all
the details.
My issue is that even though I have (seemingly) enabled the persistence and
configured queues as durable and persistent, I am loosing messages on the
broker restart.
Essentially I am missing some