> <bean id="jms" class="org.apache.camel.component.jms.JmsComponent"> > <property name="connectionFactory"> > <bean class="com.ibm.mq.jms.MQConnectionFactory"> > <property name="queueManager" value="TestQueueCtrl" /> > <property name="hostName" value="localhost"></property> > <property name="port" value="1414"></property> > <property name="CCSID" value="819"></property> > </bean> > </property> > </bean> > >
like the bean info, how to set the hostName and port by using api? camel-jms how to get the ConnectionFactory info? -- View this message in context: http://camel.465427.n5.nabble.com/how-to-configure-jms-URI-to-support-send-or-receive-message-on-remote-ibm-mq-queue-tp5070718p5073425.html Sent from the Camel - Users mailing list archive at Nabble.com.
