Siebel Store-and-Forward Messaging Guide for Mobile Web Client > 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 Manager 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 and verify that the parameter values are correct for your implementation:

    list parameters for named subsystem SmqRTSReceiverSubsys

    If you need to correct any parameter values for the SmqRTSReceiverSubsys subsystem, use a command like the following, substituting the appropriate values for your implementation:

    change param SmqQueueName=InboundRTSQ,SmqServerMachineName=server_name,
    SmqServerPortNumber=8080,smqservletpathName=/smq/serverQM for named subsystem SmqRTSReceiverSubsys

  3. From the Siebel Server Manager run the following command once to start the SMQReceiver.

    start task for comp SMQReceiver with
    ReceiverConnectionSubsystem=SmqRTSReceiverSubsys,
    ReceiverDataHandlingSubsystem=SmqRTSDispatchSubsys,
    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 (see the predefined named subsystem, SmqRTSReceiverSubsys). The second named subsystem identifies the workflow for processing the received messages (see the predefined named subsystem, SmqDispatchRTSDispatchSubsys).

  4. From the Siebel Server Manager, run the following commands:

    Start task for comp RTSDispatcher

    Start task for comp RTSExtractor

    Start task for comp RTSSender

Siebel Store-and-Forward Messaging Guide for Mobile Web Client Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.