kartoza/docker-geoserver

Adding ActiveMQ in the cluster docker file

krishnaglodha opened this issue · 5 comments

Feature description

Should we add setup of ActiveMQ in docker-compose file in clustering ?
It might help users to copy the setup directly and spin up clustered Geoserver instead of figuring out about how to add ActiveMQ

Additional context

No response

PS: I can work on it if that is fine

@krishnaglodha I do not understand what you mean, but you are free to make contributions if you feel it will make the project better

In the current docker-compose file in cluster, we are assuming ActiveMQ is running already. I'm suggesting instead of this, let's also include ActiveMQ docker container to compose file

I think it's currently running the embedded ActiveMQ which is setup by the JMS plugin but you can add another docker-compose-external.yml which uses the external ActiveMQ. Is this the correct interpretation?

This is added and working