Package org.apache.activemq.tool.properties

Examples of org.apache.activemq.tool.properties.JmsClientProperties


    }

    @Before
    public void setUp() {
        jmsClient = new NullJmsClient(connectionFactory);
        clientProperties = new JmsClientProperties();
        clientProperties.setDestName(DEFAULT_DEST);
        jmsClient.setClient(clientProperties);
    }
View Full Code Here

TOP

Related Classes of org.apache.activemq.tool.properties.JmsClientProperties

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.