Siebel Connector for Siebel eBusiness Applications > Using the Connector >

Publishing Messages


Publishing is a repetitive server process that periodically runs to publish changes to global data for all subscribing instances. Standard workflows include S2S Outbound Process MQ designed for publishing on IBM MQSeries transports and S2S Outbound Process MSMQ designed for publishing on MSMQ transports. This section describes how to run the outbound workflows.

To publish global records to all channels from the srvrmgr command line

  • For IBM MQSeries Server Transport:

    start task for comp BusIntBatchMgr with ProcessName='S2S Outbound Process MQ'

  • For MSMQ Transport:

    start task for comp BusIntBatchMgr with ProcessName='S2S Outbound Process MSMQ'

NOTE:  To schedule publishing using repeating component request, refer to Siebel Server Administration Guide for information on how to submit a repeating component request.

Siebel Connector for Siebel eBusiness Applications