You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2014/11/21 11:36:33 UTC

[jira] [Commented] (CAMEL-8069) Provide xml component to add attachments

    [ https://issues.apache.org/jira/browse/CAMEL-8069?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220761#comment-14220761 ] 

Claus Ibsen commented on CAMEL-8069:
------------------------------------

Attachments is rarely used and only supported by a few components. 

We do not want to add more into the DSL that will never/very rarely be used.

> Provide xml component to add attachments
> ----------------------------------------
>
>                 Key: CAMEL-8069
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8069
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-core
>            Reporter: Christoph Läubrich
>
> Currently you can only add attachments from java or scripting code.
> It would be nice to have something like addAttachment (like addHeader) for the XML, so you can define (and add) attachments by:
> - supply name + file by header values (->FileDataSource)
> - supply URL by header values (->URLDataSource)
> - use the body of the input message (Inputstream, byte[])
> This would allow for easier and uniform handling of attachments e.g. in the mail component.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)