edi-x12-as2/camel/broker.xml (9 lines of code) (raw):

<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"> <persistence-enabled>false</persistence-enabled> <security-enabled>false</security-enabled> <acceptors> <acceptor name="in-vm">vm://0</acceptor> </acceptors> </core> </configuration>