Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Spring Cloud Bus and Rabbit MQ

Pragya Keshap answered on February 20, 2023 Popularity 3/10 Helpfulness 1/10

Contents


More Related Answers

  • The Basics: What are Apache Kafka and RabbitMQ?
  • rabbitmq spring boot

  • Spring Cloud Bus and Rabbit MQ

    0

    Now, the client will have another endpoint ‘/bus-refresh'. Calling this endpoint will cause:

    get the latest configuration from the config server and update its configuration annotated by @RefreshScope

    send a message to AMQP exchange informing about refresh event

    all subscribed nodes will update their configuration as well 

    Spring Cloud Bus uses lightweight message broker to link distributed system nodes. The primary usage is to broadcast configuration changes or other management information. We can think about it as a distributed Actuator.

    The project uses AMQP broker as the transport, but Apache Kafka or Redis can be utilized instead of RabbitMQ. Other transports are not supported yet.

    https://www.baeldung.com/spring-cloud-bus

    Popularity 3/10 Helpfulness 1/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 20 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.