Package org.apache.camel.component.jms

Examples of org.apache.camel.component.jms.JmsConfiguration


    public static final String NAME = "activemq";

    public ActiveMQComponent(CamelContext camelContext, ConnectionFactory connectionFactory) {
        super(camelContext);
        setConfiguration(new JmsConfiguration(connectionFactory));
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.component.jms.JmsConfiguration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.