Home
Define a SIBus link on a feature server
After defining the foreign buses, create the SIBus link that handles the communication between the buses. This needs to be completed on both sides – the News repository server side and the feature server side. Start by creating the link on the feature server.
To create a SIBus link on a feature server...
- Log in to the WAS admin console for the server on which you are going to define the SIBus link.
- Select...
Service Integration | Buses | feature_bus | Topology | Messaging Engines | messaging_engine | Additional Properties | Service integration bus links | New
- Enter a unique name for the link. Define it as the name of the feature and News repository servers using the following format:
<feature_server>_<news_server>_link
For example:
ActivitiesServer_NewsServer_link- Select the name of the foreign bus representing the News repository server from the Foreign bus name drop-down list. For example:
Connections_NewsServer_Bus
- Enter the name of the messaging engine on the News repository server
- Enter...
InboundSecureMessagingin the Target inbound transport chain field.
- In the Bootstrap endpoints field, specify...
<hostname>:<SIB endpoint port>:BootstrapSecureMessaging
...where <hostname> and <SIB endpoint port> are the values for the news repository server that you recorded in the Preparing to create bus links topic.For example:
server.example.com:7286:BootstrapSecureMessaging
- Under Authentication Alias, select connectionsAdmin.
- Click OK.
- Save your changes to the master configuration.
Previous topic:
Define a foreign bus on the News repository server
Next topic:
Define a SIBus link on the News repository server
Related tasks
Linking buses on different servers
Prepare to create bus links