Enabling Routing in the Space Definition
To enable routing for a specified space, connect to a metaspace, create a SpaceDef object, and then call the tibasSpaceDef_SetRouted() function (C API) or the setRouted method (Java API).
The tibasSpaceDef_SetRouted() function is defined as follows:
tibas_status tibasSpaceDef_SetRouted( tibasSpaceDef spaceDef, tibas_boolean routed);
where:
Copyright © Cloud Software Group, Inc. All rights reserved.