1 Reply Latest reply on May 19, 2015 3:41 AM by davsclaus

    how to write the camel-context ,the remote is hornetq jms

    gaoyonglu

      <route id="sticallcumgmroute">

           <from uri="cxf:bean:cumgmStiwebEndpoint?dataFormat=MESSAGE"/>

          <log message="get  call"/>

            <to uri="java:jboss/exported/jms/queue/custi" />

            <log message="get  call"/>

          </route>

       

      the router is from webservice,to jms.

      the jms server is jboss .is hornetq

       

      this camel router is in fuse.

      how to write this .