Closed krishnaglodha closed 1 year ago
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
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 ActiveMQAdditional context
No response