Re: Missing attachments

2009-01-21 Thread icucode
- > camel/trunk/components/camel-mail/src/test/java/org/apache/camel/component/mail/MailAttachmentTest.java > > and consult the camel wiki page : http://camel.apache.org/mail.html > > Charles > > > icucode wrote: >> >> Hi Charles, >> >> Unfortunat

Re: Missing attachments

2009-01-21 Thread icucode
> ExchangePattern like this ? > > Exchange exchange = endpoint.createExchange(); > > > > icucode wrote: >> >> Hi, >> >> I'm trying to send attachments attached to the message that is sent to >> the queue but they seem to vanish on

Missing attachments

2009-01-19 Thread icucode
Hi, I'm trying to send attachments attached to the message that is sent to the queue but they seem to vanish on the way for some reason; because on the consumer side they no longer exist. == producer == public static void sendMessageInOnly(File attachment) { Endpoint endpoint = camel.getEndpo

Re: File component - dynamic file path?

2009-01-19 Thread icucode
namic filenames: > http://activemq.apache.org/camel/file-language.html > > You can also set it with a setHeader DSL > > from("activemq:queue:files").setHeader(FileComponent.HEADER_FILENAME, > header("myfilename")).to("file://inbox/", "bean:proce