There is no BlobMessage in the JMS spec http://docs.oracle.com/javaee/6/api/javax/jms/Message.html
ActiveMQ has some special for that http://activemq.apache.org/blob-messages.html Where you move big messages not over JMS but over something else like FTP. ITs really not recommended to use. If you need to move GB size messages, then do not use ActiveMQ but something else. On Fri, Mar 11, 2016 at 5:02 PM, Stanisław Kuś <[email protected]> wrote: > Hi all, > > I have a question: does Camel support JMS BlobMessage out of the box ? > > What needs to be considered/set up to get it running? > > Thanks for answers in advance, > > Best, > > Stan -- Claus Ibsen ----------------- http://davsclaus.com @davsclaus Camel in Action 2: https://www.manning.com/ibsen2
