9
Content-Based Routing Example

Cbr

Embed Size (px)

Citation preview

Page 1: Cbr

Content-Based Routing Example

Page 2: Cbr

AGENDA• Introduction• Goal• Example• Testing

Page 3: Cbr

IntroductionThis tutorial walks you through how to use Anypoint Studio to build a slightly more complex "Hello, World" application that routes messages according to their content. After creating and running the example in this tutorial locally, you should be able to apply what you have learned to create more complex applications.

Page 4: Cbr

GOALS• Create an application in Anypoint Studio that routes messages 

according to the logic you supply in a Choice Router.• Set and invoke flow variables using Mule Expression Language.• Run the application on a local runtime embedded in Anypoint Studio.• Test the application using a browser

Page 5: Cbr

ExampleMessage Flow

Page 6: Cbr

ExampleXML

Page 7: Cbr

Running

Page 8: Cbr

Testing

Page 9: Cbr

THANK YOU