Re: camel-netty restrict connections

2012-12-17 Thread Christian Müller
tln("closed"); > e.getChannel().disconnect(); > return; > } > } > // to keep track of open sockets > consumer.getAllChannels().add(e.getChannel()); >

Re: camel-netty restrict connections

2012-12-16 Thread kiranreddykasa
Reddy -- View this message in context: http://camel.465427.n5.nabble.com/camel-netty-restrict-connections-tp5723951p5724198.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-netty restrict connections

2012-12-16 Thread Sachin
onnections checking size before allowing it to pass it to Netty. -- View this message in context: http://camel.465427.n5.nabble.com/camel-netty-restrict-connections-tp5723951p5724197.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-netty restrict connections

2012-12-16 Thread kiranreddykasa
etChannel()); } - Regards kiran Reddy -- View this message in context: http://camel.465427.n5.nabble.com/camel-netty-restrict-connections-tp5723951p5724195.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel-netty restrict connections

2012-12-14 Thread Claus Ibsen
ver >> >> the second connection should not be allowed while the first connection is >> active. >> >> Once the first connection is closed then second client can connect. >> >> >> >> - >> Regards >> >> kiran Reddy >>

Re: camel-netty restrict connections

2012-12-14 Thread Claus Ibsen
the second connection should not be allowed while the first connection is > active. > > Once the first connection is closed then second client can connect. > > > > - > Regards > > kiran Reddy > -- > View this message in context: > http://camel.465427.n5.

camel-netty restrict connections

2012-12-12 Thread kiranreddykasa
second client can connect. - Regards kiran Reddy -- View this message in context: http://camel.465427.n5.nabble.com/camel-netty-restrict-connections-tp5723951.html Sent from the Camel - Users mailing list archive at Nabble.com.