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

Claus Ibsen commented on CAMEL-9283:
------------------------------------

There is some details here
http://camel.apache.org/how-do-i-edit-the-website.html

Yeah a new page linked from the dataformat page
http://camel.apache.org/data-format.html

Just edit the page and people take a look and comment/edit the page too.

Alternative you can attach a .txt file with some docs and one of us can add it 
as a wiki.

> Data Format for MIME-Multipart
> ------------------------------
>
>                 Key: CAMEL-9283
>                 URL: https://issues.apache.org/jira/browse/CAMEL-9283
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-mail
>            Reporter: Stephan Siano
>            Assignee: Claus Ibsen
>             Fix For: 2.17.0
>
>         Attachments: 0001-CAMEL-9283-Data-Format-for-MIME-Multipart.patch
>
>
> This data format that can convert a Camel message with attachments into a 
> Camel message having a MIME-Multipart message as message body (and no 
> attachments).
> The use case for this is to enable the user to send attachments over 
> endpoints that do not directly support attachments, either as special 
> protocol implementation (e.g. send a MIME-multipart over an HTTP endpoint) or 
> as a kind of tunneling solution (e.g. because camel-jms does not support 
> attachments but by marshalling the message with attachments into a 
> MIME-Multipart, sending that to a JMS queue,
> Receiving the message from the JMS queue and unmarshalling it again (into a 
> message body with attachments).



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

Reply via email to