== "blah"
And then have a method signature
public String fooMethod(Object body, String code) {
...
}
> Thanks,
>
> Geoff
> -Original Message-
> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Sent: Thursday, March 15, 2012 4:35 AM
> To: users@camel
o: users@camel.apache.org
Subject: Re: QuickFIXJ Filtering
Hi
It depends how complicated it is to get that information from FIX.
What code do you do in your bean?
The simple language have basic OGNL support, so you can invoke
methods. But if you need a bit more, then you can use scripting
langu
Hi
It depends how complicated it is to get that information from FIX.
What code do you do in your bean?
The simple language have basic OGNL support, so you can invoke
methods. But if you need a bit more, then you can use scripting
languages such as groovy, java script etc.
http://camel.apache.org
Hello,
I would like to filter out a message if the FIX field 9101=N. I am able
to do this by creating a bean that does this and calling the bean from
the simple tag using the bean reference. See example below. I wondered
if it would be possible to do this without the java class.
${bean:S