Integration Server 10.15 | Publish-Subscribe Developer’s Guide | Steps for Building a Publish-and-Subscribe Solution | Introduction
 
Introduction
There are two sides of a publish-and-subscribe model integration solution. One side is the publishing side and the other is the subscribing side. The table below lists what you must create for each side of the integration solution.
On the publishing side, create:
On the subscribing side, create:
*Publishable document types for the documents that are to be published
*Services that publish the documents
*Services to process the incoming documents that are published by the publishing side
*Triggers that associate the incoming documents with services that process the documents
The following table lists the tasks that you need to perform to build an integration solution and whether the publishing side or the subscribing side is responsible for the task.
Step
Task
Publishing
Subscribing
1
Research the integration problem and determine how you want to resolve it.
X
X
2
Determine the development environment.
X
3
Create the messaging connection aliases.
X
4
Create the publishable document types for the documents to be published.
X
X
5
Make the publishable document types and messaging connection aliases available to the subscribing side.
X
X
6
Create the services that publish the documents.
X
7
Create the services that process the published documents.
X
8
Define the triggers that associate the published documents to the services that processes the document.
X