Qus:    How to publish a document to the broker?
Dec 15, 2020 09:50 1 Answers Views: 884 ALLINO

ALLINO

Step i: A publishing service on the Integration Server sends a document to the dispatcher (or an adapter notification publishes a document when an event occurs on the resource the adapter monitors). Before the Integration Server sends the document to the dispatcher, it validates the document against its publishable document type. If the document is not valid, the service returns an exception specifying the validation error.

Step ii: The dispatcher obtains a connection from the connection pool. The connection pool is a reserved set of connections that the Integration Server uses to publish documents to the Broker. To publish a document to the Broker, the Integration Server uses a connection for the default client.

Step iii: The dispatcher sends the document to the Broker.

Step iV: The Broker examines the storage type for the document to determine how to store the document.

If the document is volatile, the Broker stores the document in memory.

If the document is guaranteed, the Broker stores the document in memory and on disk.

Step v: The Broker routes the document to subscribers by doing one of the following

Prev Next
Answers (1)
NAIDU Dec 16, 2020 12:57
Answer:   ALLINO
Step i: A publishing service on the Integration Server sends a document to the dispatcher (or an adapter notification publishes a document when an event occurs on the resource the adapter monitors). Before the Integration Server sends the document to the dispatcher, it validates the document against its publishable document type. If the document is not valid, the service returns an exception specifying the validation error.
Step ii: The dispatcher obtains a connection from the connection pool. The connection pool is a reserved set of connections that the Integration Server uses to publish documents to the Broker. To publish a document to the Broker, the Integration Server uses a connection for the default client.
Step iii: The dispatcher sends the document to the Broker.
Step iV: The Broker examines the storage type for the document to determine how to store the document.
If the document is volatile, the Broker stores the document in memory.
If the document is guaranteed, the Broker stores the document in memory and on disk.
Step v: The Broker routes the document to subscribers by doing one of the following

Post Your Answer
Guest User

Not sure what course is right for you?

Choose the right course for you.
Get the help of our experts and find a course that best suits your needs.


Let`s Connect