Routing Types

There are four routing types:

Term Definition

Any-to-local

An any-to-local routing enables the local node to receive transactions from any node.

This routing type is for inbound transactions only and the “any” node is always the sending node.

You can use this routing type for all service operation types, except for asynchronous-to-synchronous service operations.

Local-to-local

A local-to-local routing is a routing in which transactions are sent and received within the local database.

When working with synchronous service operations, you have the option to generate transactional routings, whereby the OnRequest event will run under the existing transaction boundary of the component.

Local-to-Atom

A local-to-Atom routing is used exclusively with feeds functionality.

See Feed Publishing Framework.

Point-to-point

A point-to-point routing requires that specific nodes that you define send and receive a transaction.