Siebel Store-and-Forward Messaging Guide for Mobile Web Client > Installation and Configuration of Siebel Store-and-Forward Messaging > Deploying IBM MQe Queue Managers >

Deploying SMQReceivers on UNIX Systems


To deploy SMQReceivers in a UNIX environment, perform the applicable procedure.

To install SMQReceivers on UNIX, Solaris platform

  1. Make sure Java is installed on the following servers:
    • Tomcat/MQe server
    • SMQReceiver

      For information about the required Java Runtime Environment (JRE) version, see Siebel System Requirements and Supported Platforms on Siebel SupportWeb.

  2. Set the following environment variables:

    setenv LD_LIBRARY_PATH  {$LD_LIBRARY_PATH}:/usr/jdk/jdk1.5.0_01/jre/lib/sparc/server

    setenv JAVA_HOME /usr/jdk/jdk1.5.0_01

  3. Make sure the directory that contains libjvm.so is in LD_LIBRARY_PATH.

To install SMQReceivers on UNIX, AIX platform

  1. Set the following environment variables:

    setenv LIBPATH {$LIBPATH}:/usr/java1.5/sdk/jre/bin:/usr/java1.5/sdk/jre/bin/j9vm/

    setenv JAVA_HOME /usr/java1.5/sdk

  2. Create SmqJVMSubsys: Use Server Manager and issue the following commands:

    create named subsystem SmqJVMSubsys for subsystem JVMSubsys

    change param CLASSPATH="<Install_Dir>/siebsrvr/classes/SiebelJI_enu.jar:<Install_Dir>/siebsrvr/classes/Siebel.jar" for named subsystem SmqJVMSubsys

To install SMQReceivers on UNIX, Redhat Linux or SUSE Linux platform

  1. The EAI component group is needed to run SMQReceiver.
  2. Make sure the directory that contains libjvm.so is in LD_LIBRARY_PATH.
  3. Create SmqJVMSubsys: Use Server Manager and issue the following commands:

    create named subsystem SmqJVMSubsys for subsystem JVMSubsys

    change param CLASSPATH="{$SIEBEL_HOME}/siebsrvr/classes/SiebelJI_enu.jar:{$SIEBEL_HOME}/siebsrvr/classes/Siebel.jar" for named subsystem SmqJVMSubsys

Siebel Store-and-Forward Messaging Guide for Mobile Web Client Copyright © 2006, Oracle. All rights reserved.