static

in edi-x12-as2/camel/EmbeddedBroker.java [7:14]


    static {
        try {
            ActiveMQServer server = ActiveMQServers.newActiveMQServer("broker.xml", null, null);
            server.start();
        } catch (Exception e) {
            throw new RuntimeException(e);
        }
    }