Re: Using AWS EFS as the shared file system for master/slave broker pair

2018-07-20 Thread avmpt
ps://cwiki.apache.org/confluence/display/ACTIVEMQ/Pluggable+storage+lockers > https://cwiki.apache.org/confluence/display/ACTIVEMQ/Pluggable+storage+lockers; > https://activemq.apache.org/pluggable-storage-lockers.html > > -Tom > >> On Jul 18, 2018, at 3:47 PM, avmpt > pate

Using AWS EFS as the shared file system for master/slave broker pair

2018-07-18 Thread avmpt
I would like to use EFS as the shared file system when I set up a master/slave broker pair. What changes would I need to make to the persistence adapter to use the mounted EFS path? When I have Would I need to change it to the path where EFS is mounted? Are there any additional

Config for setting up active passive broker pair

2018-07-10 Thread avmpt
I would like to set up an active passive broker pair and was unsure of what to use for the networkConnector config settings. I can set up a connection if i simply reference the other broker using a static url in my activemq.xml for amq-broker1

Mounting custom activemq config with custom docker image

2018-07-09 Thread avmpt
I am having some issues with activemq when I try and run a custom config through a custom image. To build my custom image I simply use the following Dockerfile FROM webcenter/activemq:5.14.3 COPY activemq.xml /opt/activemq/conf/ However when I use my custom image to launch a service on Marathon