I've got a from("jetty...") endpoint going, where it accepts my http
requests, and it uses my java code, but I find that I can't seem to
set a queue as the destination:

<from uri="jetty:kjkjk"/>
<process ref="myref" />
<to uri="activemq:myqueue"/>

I CAN get it to go to a file handler <to uri="file:..."/>, or the mock
<to uri="mock:..."/> endpoint, but I can't get it to go to the queue.
It always waits for something when I try to send it to the queue.
What is it waiting for?  Why is it waiting?  How do I fix it?  I'd
like to take the http request and put it into a queue (selected parts
of it).

What am I missing?

Reply via email to