我们有一个Spring Boot应用程序需要将消息发送到远程HornetQ消息代理上可用的队列。 我在嵌入模式下看到了Spring Boot supports HornetQ。但是,我只能在我的Boot应用程序的application.properties上设置一组spring.hornetq。*属性。 应用程序必须使用core bridge(存储转发),该文件在hornetq-configuration.xml文件中配置。
问题:我需要做些什么来使Spring Boot提供的HornetQ嵌入式实例使用我创建的hornetq-configuration.xml文件?