Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can of course use many different Expression languages such as XPath, XQuery, SQL or various Scripting Languages.

You can also use multiple expressions; so you could for example sort by priority first then some other custom header

Code Block

resequencer(header("JMSPriority"), header("MyCustomerRating"))

Using the Spring XML Extensions

...