Siebel Connector for Siebel eBusiness Applications > Using the Connector >

Receiving Messages


Receiving is a server component that runs as a background process. It allows the receiving instance to receive messages from publishing instances. You use a server component based on your network's transport mechanism. The connector includes two standard server components to receive inbound messages and dispatch them to the workflow S2S Inbound Process.

The server components are Siebel to Siebel MQSeries Receiver (for IBM MQSeries Server transport) and Siebel to Siebel MSMQ Receiver (for MSMQ transport).

To receive global records from the srvrmgr command line

  • For IBM MQSeries Server transport, enter the following commands:

    create named subsystem <UniqueName> for subsystem MQSeriesServerSubsys with MqQueueManagerName=<QueueManagerName>,
    MqPhysicalQueueName=<QueueName>

    start task for comp S2SMqRcvr with ReceiverConnectionSubsystem=<UniqueName>

NOTE:  Siebel 7 does not support the IBM MQSeries AMI Receiver.

  • For MSMQ Transport, enter the following commands:

    create named subsystem <UniqueName> for subsystem MSMQSubsys with MsmqPhysicalQueueName=<QueueName>,MsmqQueueMachineName=
    <MachineName>

    start task for comp S2SMSMQRcvr with ReceiverConnectionSubsystem=<UniqueName>

Siebel Connector for Siebel eBusiness Applications