Hello, I have a problem in e-mail component of the camel, I'm using camel along with ActiveMQ, on my route he should write a txt file with the contents of the email. but at the time that I start the server startup message appears and it is forever.
my xml <route> <from uri="pop3://127.0.0.1:110?password=rafael&[email protected]"/> <to uri="file://C:/ytrioteste"/> </route> -- View this message in context: http://old.nabble.com/Help-with-email%2C-Camel-%2B-ActiveMQ-tp28683198p28683198.html Sent from the Camel - Users mailing list archive at Nabble.com.
