ZIP aggregation and persistence

2018-08-20 Thread Stuart Drapier
Hi, I'm using Camel to read files from directories on a filesystem, aggregate to a ZIP file and forward to AMQ. This all works brilliantly until the process is unexpectedly shutdown - we lose any pending files in the aggregator. I understand this is because the aggregator by default uses the M

RE: Camel-ahc-ws netty runtime problems

2016-10-30 Thread Ingram, Stuart
inal Message- From: Jim Pirkle [mailto:jim.pir...@gmail.com] Sent: Sunday, October 30, 2016 9:55 AM To: users@camel.apache.org Subject: Re: Camel-ahc-ws netty runtime problems I tried the 2.18.0 state packages, but had compile errors. Decided to wait for 2.18.1 before trying to resolve problems O

RE: Camel-ahc-ws netty runtime problems

2016-10-28 Thread Ingram, Stuart
ter components, eg camel-ahc-ws-starter and so on. On Tue, Oct 25, 2016 at 8:21 PM, Ingram, Stuart wrote: > Using the following dependencies > > compile('org.apache.camel:camel-jackson:2.18.0') > compile('org.apache.camel:camel-metrics:2.18.0') &

Re: Camel-ahc-ws netty runtime problems

2016-10-27 Thread Stuart
0.42.Final This looks to me like a bug at this time. Anyone else have the same experience? Thanks - Stuart -- View this message in context: http://camel.465427.n5.nabble.com/Camel-ahc-ws-netty-runtime-problems-tp5789236p5789366.html Sent from the Camel - Users mailing list archive at Nabble.com.

Camel-ahc-ws netty runtime problems

2016-10-25 Thread Ingram, Stuart
netty-reactive-streams:1.0.7 | ||+--- io.netty:netty-handler:4.0.39.Final -> 4.0.41.Final (*) | ||\--- org.reactivestreams:reactive-streams:1.0.0 | |+--- org.javassist:javassist:3.20.0-GA | |\--- org.slf4j:slf4j-api:1.7.21 | \--- io.netty:netty-all:4.1.5.Final Any assistance would be greatly appreciated Thanks - Stuart

Using Restlet inside a servlet container

2011-07-04 Thread Stuart Churchill
Under Camel 2.7.2, I'm trying to establish a configuration to allow me to define Restlet consumers in my camel-context.xml, which are served by a servlet defined in web.xml, with the aim being to; a) permit the use of relative URI paths in camel-context, giving greater deployment flexibility

RE: RestletBinding exception on startup

2011-06-30 Thread Stuart Churchill
> Try with restletBinding=#QueryParamsBinding to indicate a reference > lookup. > > As its documented in the options table > http://camel.apache.org/restlet Doh! I spent far too long staring at that page and never saw the hash on the reference. Now working perfectly, thanks Claus.     Cheers,

RestletBinding exception on startup

2011-06-30 Thread Stuart Churchill
Morning folks, Under Camel 2.7.2, I'm attempting to specify a custom RestletBinding on a route, but I don't seem to be having much luck. According to the docs[1], I should put an option on the URI of "restletBinding=" with a reference to a bean that is an instance of RestletBinding. When I do t