Using ActiveMQ with Spring cloud Config for pushing real time config uopdates

Posted on

We are evaluating using Spring Cloud Config Framework for managing our configs https://cloud.spring.io/spring-cloud-config/. For background we have a bunch of services written in Java.

As part of the config framework design it uses a message broker to push real time updates to the client services. The framework recommends using Rabbit MQ out of the box. It has some support for using Apache AMQ also but this needs considerable configuration.

As part of implementing MQ we gravitated towards using Redhat AMQ as its supported within our organization, however there is almost no documentation on the red hat site for configuring Cloud Config with it.

Is there some resource or team I can talk to that can help us here as we really want to leverage the cloud bus feature of spring cloud config

Responses