Hi folks A while back, I created this project https://github.com/jgallimore/artemis-setup, which helps with using ActiveMQ Artemis as the JMS broker, as opposed to ActiveMQ 5.
I'll pull this into an example today so hopefully anyone interested will be able to have a go with it. In terms of ActiveMQ, does anyone have any thoughts on whether we should look at using Artemis out of the box as opposed to the current ActiveMQ? In my head I'm wondering if we can make it easily pluggable so you can choose which one you want, using as similar config as possible (so still enabling an embedded mode if possible - I suspect that might be a challenge). I think ActiveMQ 5 is still used (is Amazon MQ based on it?) so I don't know that I'd want to drop support for it at this point. I'd be interested in hearing other thoughts. Jon
