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/languages

And they can be configured in the XML DSL.



On Wed, Mar 14, 2012 at 10:24 PM, Gershaw, Geoffrey
<[email protected]> wrote:
> 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.
>
>
>
> <filter>
>
> <simple>${bean:SecurityDefinitionFilter}</simple>
>
>
>
>
>
> <filter>
>
>      <simple>${body}??????</simple>
>
>
>
>
>
> Thanks for any help you can offer.
>
>
>
> Regards
>
>
>
>
> ===============================================================================
> Please access the attached hyperlink for an important electronic 
> communications disclaimer:
> http://www.credit-suisse.com/legal/en/disclaimer_email_ib.html
> ===============================================================================
>



-- 
Claus Ibsen
-----------------
FuseSource
Email: [email protected]
Web: http://fusesource.com
Twitter: davsclaus, fusenews
Blog: http://davsclaus.blogspot.com/
Author of Camel in Action: http://www.manning.com/ibsen/

Reply via email to