Package org.springframework.xd.test.fixtures

Examples of org.springframework.xd.test.fixtures.JmsSource


   * Construct a new JmsSource using the default JMS Broker host and port as specified in the environment
   *
   * @return a jms source
   */
  public JmsSource jms() {
    return new JmsSource(xdEnvironment.getJmsHost(), xdEnvironment.getJmsPort());
  }
View Full Code Here

TOP

Related Classes of org.springframework.xd.test.fixtures.JmsSource

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.