Re: camel netty timeout handler

2012-11-24 Thread Claus Ibsen
On Fri, Nov 23, 2012 at 8:52 AM, kiranreddykasa wrote: > Hi , > > I couldn't find 'timeout' option in the camel-netty component but it's > available in > > camel-mina component .Has it been removed from netty?? > > I cant't use mina component as it won't support asynchronous model, can > anyone >

Re: [camel-mina2] Bug in default UDP codec (Mina2UdpProtocolCodecFactory)?

2012-11-24 Thread Claus Ibsen
On Thu, Nov 22, 2012 at 8:04 AM, Mikael Fernandus S wrote: > Hi, > > While testing Camel Mina 2 component, we noticed that big message > payload received via UDP endpoint was always truncated to 2048 bytes > at Mina2Consumer. We did some investigation and found out that this > problem was caused b

Re: Dynamic route ids with Spring DSL

2012-11-24 Thread Claus Ibsen
On Wed, Nov 21, 2012 at 11:34 AM, Claus Ibsen wrote: > On Tue, Nov 20, 2012 at 9:23 PM, Henrique Viecili wrote: >> I tried in many different ways to set a dynamic route id (see below), but >> apparently the id receives the raw string as I checked with jconsole. The >> log endpoint ids received th

Re: secondary dynamic endpoint to retrieve an item attached

2012-11-24 Thread sekaijin
Hello, reading the doc I found: "Using the Consumer Template" I think I can do something like:and in myBean do you think this is a good approach and that I should try to implement it? or is there a more orthodox to do? A + JYT PS: I'm using camel 2.8.1 -- View this message in context: http:

Re: Websphere JMS Queue Message Consumer

2012-11-24 Thread Christian Müller
Could you please enable tracing in Camel and share the log file with us. Best, Christian On Fri, Nov 23, 2012 at 11:21 AM, UDAYA wrote: > Hi, > > I am a newbie to camel domain. I am trying to send a file to a JMS queue in > Websphere 7.0.0.11. A JSP is being used to send the message.The problem

CXF Continuations

2012-11-24 Thread KramKroc
Hi folks, I'm looking for some advice or even a pointer to some sample code on use of continuations within Camel. What I'd really like to do is make use of something off the shelf but so far I've only taken a quick look at Atmosphere but I've yet to figure out if there is a way to use that in co