Table of Contents

Integration Broker Overview and Tuning

Internal Processes:

PSBRKDSP – Message Broker Dispatcher
PSBRKHND – Message Broker Handler

PSPUBDSP – Publication Contract Dispatcher
PSPUBHND – Publication Contract Handler

PSSUBDSP – Subscription Contract Dispatcher
PSSUBHND – Subscription Contract Handler

Dispatchers

Handlers

Broker Processes

Broker Processes route messages to the subscription and publication queues.

PSBRKDSP

PSBRKHND

Publication Contractors

Publication contractors take the information submitted by the Message Broker processes and perform an HTTP post of the message to the Integration Broker Gateway (PSIGW) servlet.

PSPUBDSP

PSPUBHND

Subscription Contractors

Subscription contractors are reactive. They process integration broker notification events

PSSUBDSP

PSSUBHND