How to use hornetq-configuration.xml in spring boot?

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?

+7
spring-boot hornetq
source share

No one has answered this question yet.

See related questions:

708
How to configure port for Spring Boot application
151
Override Spring -Boot application.properties default settings in Junit test
79
Spring Download without web server
25
Spring A loaded HornetQ embedded cluster does not forward messages
2
Using HornetQ InVM between multiple applications
one
HornetQ Bridge Removal Message Subject
one
Main bridge configuration using two different hosts: hornetq HQ119013
one
Sending a message to the embedded HornetQ from an external application
0
HornetQ XA not involved in bitronix transaction with Spring Boot
-one
Spring boot application.properties

All Articles