ActiveSpaces Routing

The ActiveSpaces routing feature is implemented by means of a callback function, similar to the callback function used with shared-all persistence. Using routing, your application forwards updates to another site, and receives a status message in return. The operation is blocked until the status is returned.

Note: A space does not require persistence to be enabled to enable routing. If persistence is also enabled, both the persister and the router receive callbacks before completing an operation.
Related reference