CORBA policy
Attach a CORBA policy to a CORBARequest node to control how it accesses the CORBA naming service.
You can use CORBARequest nodes in a message flow to connect IBM® App Connect Enterprise to CORBA applications. You can use a CORBA policy to control, at run time, the details of the CORBA naming service.
To attach a CORBA policy to a CORBARequest node, set the Naming service property of the CORBARequest node to the name of the policy, in the format {policyProjectName}:policyName. You must deploy this policy before the associated message flow is started.
If you redeploy a CORBA policy, all message flows that are using the policy will be stopped and restarted.
Property | Property name in .policyxml file | Description of properties |
---|---|---|
Naming service | namingService | This property specifies the host name of the
naming service from which to get the object reference. The format
of this value is host:port, where port is
optional. For example, You can obtain this value from the administrator of the CORBA application that you are calling. |
Object reference name | objectReferenceName | This property specifies the name of the reference
to the object in the naming service. You can obtain this value from
the CORBA server that you are calling. For more information about how to specify the object reference name, see CORBA naming service. |