
examples.jms.divert.server1.hornetq-jms.xml Maven / Gradle / Ivy
The newest version!
<configuration xmlns="urn:hornetq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:hornetq /schema/hornetq-jms.xsd"> <!-- the connection factory used by the example --> <connection-factory name="ConnectionFactory"> <connectors> <connector-ref connector-name="netty-connector"/> </connectors> <entries> <entry name="ConnectionFactory"/> </entries> </connection-factory> <!-- Destinations used by the example --> <!-- The topic for New York price updates --> <topic name="newYorkPriceUpdates"> <entry name="/topic/newYorkPriceUpdates"/> </topic> </configuration>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy