1.

Have You Used Activemq In Spring Boot Application? Do You Know How To Configure External Activemq?

Answer»

Spring Boot COMES with embedded ACTIVEMQ.We NEED to USE “spring–boot–starter–activemq” dependency in pom.xml and it will take care of all defaults and will configure ActiveMQ in the project.

If you want to configure external ActiveMQ then you need to just PUT “spring.activemq.broker-url” in application.properties and provide the URL of external ActiveMQ.

Spring Boot comes with embedded ActiveMQ.We need to use “spring–boot–starter–activemq” dependency in pom.xml and it will take care of all defaults and will configure ActiveMQ in the project.

If you want to configure external ActiveMQ then you need to just put “spring.activemq.broker-url” in application.properties and provide the URL of external ActiveMQ.



Discussion

No Comment Found