Artemis does not reconnect to MySQL after connection timeout

2019-08-19 Thread mk666aim
We're trying to use MySQL 5.7 backend for JDBC persistent store. This works fine, until the point where the connection goes stale due to the server timeout. This is our current set up in broker.xml: jdbc:mysql://xxx:3306/artemis_datasource?create=true&user=mq_admin&password=abcd&useSSL=

Deploying REST interface in Artemis

2019-08-19 Thread Alan
Hi, I've been trying (and failing) to get the REST interface deployed for Artemis. I've followed the documentation as best I can but it seems to assume some Java knowledge that I don't possess. So far I have built a war file containing (I think) all the required dependencies, this loads