mule soft filters_2

9

Click here to load reader

Upload: abhipokharna

Post on 13-Apr-2017

292 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Mule soft filters_2

MuleSoft Filters Session 2

Abhishek Jain

Page 2: Mule soft filters_2

Agenda Filters Topic for next session Reference

Page 3: Mule soft filters_2

Filters (Continuation….)Message Filter-A single filter which can have multiple filter associated with it-A message should match the criteria in order to process with in rest of the flow in application-This filter gives the flexibility to throw exception on “not accepting” the message which can be later on catch using the exception strategy and process accordingly

Page 4: Mule soft filters_2

Message Property Filter-Filter which allows you to add some logic based on the value of one or more properties of a message-It has access to all the message properties (inbound, ourbound, session, application)

Page 5: Mule soft filters_2

Idempotent Filter-Most reliable filter for dropping the messages which are duplicate-Host the message reference in memory object store but can be configured to use for file/persistent store

-Some examples include dropping duplicate

orders/messages/processing the files-ID section of this filter can be configured to take user defined expression and decide the duplicity of the message based on that

Page 6: Mule soft filters_2

Some More Filters-WildCard Filter:

-Applies a wildcard pattern to the message payload

-Exception Type Filter:-Filter that matches an exception type

-RegExFilter:-Applies a Regular Expression pattern to the message payload

Page 7: Mule soft filters_2

Next Session

Mule Variables/Properties

Page 8: Mule soft filters_2

References www.mulesoft.com

Page 9: Mule soft filters_2

Thank You