In Edic routing you can use all function from EDIC. You can route on incoming message, metadata, connect to a database, etc.
Example 1.
This example is taking out Sender and look it up in a database:

Example 2.
This example routes on Metadata, so we save time by not preloading the message data.

0 Comments