In this use pattern the service integration bus infrastructure is used to transmit event notifications between two cells (buses) through a network of WebSphere MQ queue managers.
This is achieved in a similar fashion to the Event publication between cells use pattern, by configuring a WebSphere MQ link and a publish and subscribe bridge between the first bus and the MQ network (and MessageBroker or EventBroker instance). This ensures that messages published to a service integration bus topic space are forwarded to the message broker. The same configuration is carried out between the second bus and the MQ network or MessageBroker instance to receive messages published from the first bus.
Thus messages published in either bus are forwarded to the service integration bus topic space (and thus notification consumers attached to the appropriate notification broker) on the other bus, through the MQ infrastructure.