Exception handling for netty4 producers

2015-10-29 Thread sykomaniac
Hi, I am using camel-netty4 as a producer. I take a message off of a Rabbit queue and attempt to send it via netty to the server. This works perfectly when the server is up an accepting requests. However, if the server is not responding when I enable the client I get the following error at

Re: Exception handling for netty4 producers

2015-10-29 Thread sykomaniac
Hi Claus, Thanks for the reply. I have configured this option as the protocol we are using is a little strange. Essentially when the server comes on line it expects to have a connection within 1 minute. If it does not get one it errors, we have a maximum of 3 attempts (3 minutes) before it turns

Re: camel-catalog 2.15.0 and karaf 2.4.1

2015-03-12 Thread sykomaniac
Hi, Is there any way to manually resolve this without waiting for you to push the release? I'm eager to test the new netty-4 component for HL7 -- View this message in context: http://camel.465427.n5.nabble.com/camel-catalog-2-15-0-and-karaf-2-4-1-tp5764038p5764046.html Sent from the Camel -

Re: camel-catalog 2.15.0 and karaf 2.4.1

2015-03-12 Thread sykomaniac
Hi, Thanks for the response - Only thing is that when I try installing anything I get this message e.g. feature:install camel-ftp/2.15.0 Results in the same error. -- View this message in context: http://camel.465427.n5.nabble.com/camel-catalog-2-15-0-and-karaf-2-4-1-tp5764038p5764049.html

Exchange timeout Mina2 issues

2015-03-03 Thread sykomaniac
Hi, I'm using Camel to pull a message from a queue and send it to a remote server using MINA2. I've configured the endpoint like so: String endpoint = baseEndpoint.copy() .setQueue(entry.Route + . + entry.Party + .#) .setRoutingKey(entry.Route + . +