Re: Large message handling

2016-11-07 Thread James Green
That's pretty much what we were describing. I see there is no DSL for this so beyond it being a known algorithm it remains a "write-your-own-implementation". I guess therefore it's a relatively narrow use-case... On 4 November 2016 at 16:50, Quinn Stevenson wrote: > I think the EIP you’re refe

Re: Large message handling

2016-11-04 Thread Quinn Stevenson
I think the EIP you’re referring to is the “Claim Check” pattern ( http://www.enterpriseintegrationpatterns.com/patterns/messaging/StoreInLibrary.html ), and Camel does support that EIP ( http://camel.apache.o

Re: Large message handling

2016-11-04 Thread souciance
> > James > > > > If you reply to this email, your message will be added to the discussion below: > http://camel.465427.n5.nabble.com/Large-message-handling-tp5789754.html > To start a new topic under Camel - Users, email ml-node+s465427n465428

Large message handling

2016-11-04 Thread James Green
Hi, We are preparing to start handling very large messages. Currently we have small (<1k) messages arriving from message queues and being processed, but these new messages could be several mb each. Each message is basically a JSON formatted payload with metadata and a content-body. It's this cont