ok, lets try this again with a MUCH simpler example of whats going on.

from("direct:fromWebService").convertBodyTo(String.class).to("activemq:myqueue");
            
is generating the same problems.

I can't seem to go from a web service to activeMQ. I can go directly to
other components without an issue... and if I use 

template.sendBodyAndHeaders("activemq:myQueue", "this is my message",
headers); 

it works just fine,

so activeMQ is working, the web services and other components are working, I
just can't get them to play nicely together.

anyone have any ideas?
-- 
View this message in context: 
http://camel.465427.n5.nabble.com/confusion-with-active-mq-tp3266693p3266792.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to