Hi Forum,

I am exposing a spring webservice, where incoming requests are put onto a
jms queue:

      <route>
         <from
uri="spring-ws:rootqname{myns}myRequest?endpointMapping=#endpointMapping" />
         <wireTap uri="activemq:queue:jms.incoming" />
         <setBody><constant>ABC</constant></setBody>
      </route>

I would like to return a constant for the response, but nothing is getting
returned.  I'm not sure what I'm doing wrong.

Any pointers will be appreciated.

Many thanks,

Chris

Reply via email to