134135136137138139140
* 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()); }