Managing Publishers
In , a publisher is an application that writes XML messages to a table. This table is referred to as an outbound table. These messages must conform to agreed schemas that are registered with the . The outbound table will generally reside in the same table-space as the application’s own tables, but this is not a requirement. A publisher has no knowledge of the eventual recipients of its messages.
The following table summarises the security configuration required for publishers. The configuration depends on the combination of the Service logon user and the publisher configuration.
|
Outbound Database Authentication |
|||
|---|---|---|---|
|
Integrated Security |
Basic Authentication (User Name and Password) |
||
|
IMS Integration Hub Service logon user |
Local system account (typically NT AUTHORITY\SYSTEM) |
Add NT AUTHORITY\SYSTEM as an outbound database user in the DBMS. |
No additional configuration is required. |
|
Named user account (eg MyDomain\IHUser) |
Add MyDomain\IHUser as an outbound database user in the DBMS. |
No additional configuration is required. |
|