Siebel Store-and-Forward Messaging Guide > Installation and Configuration of Siebel Store-and-Forward Messaging > Process of Deploying IBM MQe Queue Managers >

Enabling the SMQReceiver


SMQReceiver must be enabled after the IBM MQe Queue Manger is set up and running. You must enable the SMQReceiver after the Siebel Server starts running.

To enable the SMQReceiver

  1. Open up the Windows command prompt and start the Siebel Server Manager for the Siebel Server using the following command:

    srvrmgr /g <gateway server> /e <enterprise> /s <Siebel server> /u <userid> /p <password>

    NOTE:  userid and password are the system administrator's user name and password.

  2. From the Siebel server manager run the following command once to start the SMQReceiver.

    start task for comp SMQReceiver with
    ReceiverConnectionSubsystem=SmqReceiverSubsys,
    ReceiverDataHandlingSubsystem=SmqDispatchSubsys,
    ReceiverMethodName=ReceiveDispatch

    Input parameters for the SMQReceiver are defined in the named subsystems. The first named subsystem defines the parameters necessary to configure an SMQReceiver for receiving messages for a single application (see the predefined named subsystem, SmqReceiverSubsys). The second named subsystem identifies the workflow for processing the received messages (see the predefined named subsystem, SmqDispatchSubsys).

  3. From the server manager, run the following command once to make sure that the SMQReceiver starts itself every time the Siebel Server is restarted:

    change param DfltTasks=1 for component SMQReceiver

    When the SMQReceiver is running, there is exactly one log file SMQReceiver_xxx.log in the Siebel server log directory.

Siebel Store-and-Forward Messaging Guide