RE: Simple Language Question

2013-09-16 Thread Gershaw, Geoffrey A. (KFFC 223)
sen [mailto:claus.ib...@gmail.com] Sent: Saturday, September 14, 2013 6:42 AM To: users@camel.apache.org Subject: Re: Simple Language Question Hi You need to use getCurrentQueueSize to get the current size. The size is for the max size of the queue. I added unit test to demonstrate how to do

Re: Simple Language Question

2013-09-14 Thread Claus Ibsen
aus.ib...@gmail.com] > Sent: Friday, September 13, 2013 8:49 AM > To: users@camel.apache.org > Subject: Re: Simple Language Question > > What Camel version do you use? > > On Thu, Sep 12, 2013 at 6:03 PM, Gershaw, Geoffrey A. (KFFC 223) > wrote: >> Hello, >&g

Re: Simple Language Question

2013-09-13 Thread Claus Ibsen
What Camel version do you use? On Thu, Sep 12, 2013 at 6:03 PM, Gershaw, Geoffrey A. (KFFC 223) wrote: > Hello, > > > I am trying to print the size of a seda queue in a log statement. See my > attempt below. I need to get hold of the Context so I can lookup the seda > endpoint. I thought I coul

RE: Simple Language Question

2013-09-13 Thread Gershaw, Geoffrey A. (KFFC 223)
Sorry, I should have said this 2.11 Geoffrey A Gershaw Credit eTrading Development +1 919 994 6412 (*102 6412) -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Friday, September 13, 2013 8:49 AM To: users@camel.apache.org Subject: Re: Simple Language Question

Re: Simple language question

2012-06-19 Thread Willem Jiang
Ibsen [mailto:claus.ib...@gmail.com] Sent: Monday, June 18, 2012 11:35 PM To: users@camel.apache.org Subject: Re: Simple language question On Mon, Jun 18, 2012 at 11:49 PM, Gershaw, Geoffrey< geoffrey.gers...@credit-suisse.com> wrote: Hello all, I am using the Spring DSL with the Filt

Re: Simple language question

2012-06-19 Thread Claus Ibsen
.com] > Sent: Monday, June 18, 2012 11:35 PM > To: users@camel.apache.org > Subject: Re: Simple language question > > On Mon, Jun 18, 2012 at 11:49 PM, Gershaw, Geoffrey < > geoffrey.gers...@credit-suisse.com> wrote: > >> Hello all, >> >> >> >&g

Re: Simple language question

2012-06-19 Thread Christian Schneider
How about using setHeader to store the result? Christian Am 19.06.2012 14:19, schrieb Gershaw, Geoffrey: Thanks for reply Claus, I see your point. I was trying to avoid writing a nested filter. ${body} != null I guess I am looking for a lo

RE: Simple language question

2012-06-19 Thread Gershaw, Geoffrey
012 11:35 PM To: users@camel.apache.org Subject: Re: Simple language question On Mon, Jun 18, 2012 at 11:49 PM, Gershaw, Geoffrey < geoffrey.gers...@credit-suisse.com> wrote: > Hello all, > > > > I am using the Spring DSL with the Filter EIP. The below snippet works, > but

Re: Simple language question

2012-06-18 Thread Claus Ibsen
On Mon, Jun 18, 2012 at 11:49 PM, Gershaw, Geoffrey < geoffrey.gers...@credit-suisse.com> wrote: > Hello all, > > > > I am using the Spring DSL with the Filter EIP. The below snippet works, > but its confusing. I am trying to include a msg with a non-null body > the outcome of bean:CXRefDataCache