Setting Up a Message Service for Database Event Management

Before you can implement Database Event Management in a business process service, you must define an inbound message queue to send database events to the business process service.A minimum of one message service is required.

To set up a message service:

  1. Identify the number of message services you need to send database events to a business process service. Choose from the following:

    • Develop a message service for a single queue.

      A single queue can be used for multiple replication events types, however the business process must be designed so that it recognizes all of the possible replication event types it needs to process. Using a single queue simplifies the replication environment but increases the complexity of the business process because the business process must handle different message types.

    • Develop a message service for a multiple queues.

      Multiple queues can be used to move database events to Unwired Orchestrator; each queue must be associated with a separate RepConnector instance. The replication environment must be designed so that database events are replicated to specific queues. Each queue is then associated with a business process. Using multiple queues increases the complexity of the replication environment, but simplifies the business process design because each business process has a limited scope of expected events.

  2. Develop a message service.

Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com