All Downloads are FREE. Search and download functionalities are using the official Maven repository.

vertx-spring-boot-sample-amqp.1.3.1.Beta1.source-code.broker.xml Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
<?xml version='1.0'?>
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:activemq"
               xsi:schemaLocation="urn:activemq /schema/artemis-server.xsd">
  <core xmlns="urn:activemq:core">
    <security-enabled>false</security-enabled>
    <persistence-enabled>false</persistence-enabled>
    <acceptors>
      <acceptor name="amqp">tcp://0.0.0.0:5672</acceptor>
    </acceptors>
  </core>
</configuration>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy