Re: Artemis + Springboot: How to expose REST API without web.xml?

2018-04-18 Thread EvgenyM
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

Artemis : 2.4.0 : Looses messages on restart

2018-04-18 Thread EvgenyM
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

Artemis + Springboot: How to expose REST API without web.xml?

2018-04-18 Thread EvgenyM
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

Re: Artemis 2.4.0 : Messages lost on broker restart

2018-04-18 Thread EvgenyM
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

Artemis 2.4.0 : Messages lost on broker restart

2018-04-17 Thread EvgenyM
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