which has
removeQueue(String) or removeTopic(String) methods, but how can I access
this api from camel?
Thanks, Igor.
--
View this message in context:
http://camel.465427.n5.nabble.com/Delete-activemq-queue-purge-all-messages-dynamically-from-camel-tp5779418.html
Sent from the Camel - Users ma
I just tried the pollEnrich method, and it works, but my problem is that it
does not access any data from the current exchange till version 2.16.
is there a way to achieve the same in 2.15.2?
from("queue")
.setProperty(FILE_NAME,body())
.pollEnrich("ftp:login@host?
t looks like this is trying to store file instead of download it.
Thanks in advance, Igor.
--
View this message in context:
http://camel.465427.n5.nabble.com/How-to-dynamycally-load-file-from-ftp-during-route-processing-tp5775082.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hello,
I want to marshal my message body with jaxb, so I've prepared the following
camel context:
http://camel.apache.org/schema/spring";
depends-on="externalAuthEventsConsumer">
I'm using producer injected by @Pr
Failed to send the mail to "iss...@camel.apache.org", so trying this one.
-- Forwarded message ------
From: Igor Stepanov
Date: 2013/3/3
Subject: Dependencies for Camel Core 2.10
To: iss...@camel.apache.org
Hi Apache Camel Community,
I'm a new user of this c