This is done in the src/main/resources/application.properties configuration file:
spring.activemq.brokerUrl=tcp://my-broker-host:61616 spring.activemq.username=test spring.activemq.password=my-secret # This property is required if you want Spring Boot to auto-define the ActiveMQConnectionFactory, # otherwise you can define that bean in Spring config spring.jms.cache.enabled=false alfresco.events.topicName=topic:sample-topic