You can find the information in the JmsComponent.
If you want implement some thing by your own , you'd better to go through the code.

On Wed Dec 14 11:27:51 2011, xiangqiuzhao wrote:


<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.




--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
        http://jnn.javaeye.com (Chinese)
Twitter: willemjiang Weibo: willemjiang

Reply via email to