Hi all

Camels DefaultMessage has an attachment map and CXFs message also
knows attachments. But a JMS message does not know about attachments.

I have an mtom-enabled SOAP service that sends an object along with
file attachments (mtom to serialize attachments as binary data instead
of base64). I consume these messages with CXF to get a Camel Exchange
for further processing. But how would I handle the attachments to put
the messages on a plain JMS-queue?

Is there any standard way or a recommendation how to handle file
attachments in JMS messages?

I can of course marshal and unmarshal the messages with JAXB, but then
the attachments are serialized as base64.

Thanks
Stefan

Reply via email to