-
> 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
> 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
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
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