Hi

Do you have camel-jms.jar on the classpath?

And also configured and setup activemq as the message brooker?

See for instance some of the examples that uses jms?
- camel-example-jms-file
- camel-example-spring-jms



Med venlig hilsen
 
Claus Ibsen
......................................
Silverbullet
Skovsgårdsvænget 21
8362 Hørning
Tlf. +45 2962 7576
Web: www.silverbullet.dk
-----Original Message-----
From: Hadrian Zbarcea [mailto:[EMAIL PROTECTED] 
Sent: 18. august 2008 04:21
To: [email protected]
Subject: Re: Jetty Component Routing

Hi Brian, what do logs say?

On Aug 17, 2008, at 7:41 PM, Brian McQueen wrote:

> 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