kartoza / docker-geoserver

A docker recipe for GeoServer
GNU General Public License v2.0
628 stars 423 forks source link

Adding ActiveMQ in the cluster docker file #583

Closed krishnaglodha closed 1 year ago

krishnaglodha commented 1 year ago

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

krishnaglodha commented 1 year ago

PS: I can work on it if that is fine

NyakudyaA commented 1 year ago

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

krishnaglodha commented 1 year ago

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

NyakudyaA commented 1 year ago

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?

NyakudyaA commented 1 year ago

This is added and working