We have a Spring boot application that should send messages to a queue available on the remote HornetQ message broker. I saw that Spring Boot supports HornetQ in native mode. However, there is only a minimal set of spring.hornetq properties. * Which I can configure on application.properties of my application download. The application must use the main bridge (save and redirect), which is configured in the hornetq-configuration.xml file.
Question: what do I need to do so that the built-in HornetQ instance provided by Spring Boot uses the hornetq-configuration.xml file that I created?
spring-boot hornetq
Paulo merson
source share