Transports and Interfaces: Siebel eBusiness Application Integration Volume III > Java Message Service Transport >

Configuring the JMS Transport


The JMS Transport is built using the Java Business Service and therefore inherits all the requirements of that business service. This includes the independent installation of a Java virtual machine (JVM) and the configuration of the Siebel application to identify and create the VM. Configuration of the Siebel application requires creating a named subsystem of type JVMSubSys with the necessary properties. Refer to the Java Business Service documentation for instructions on how to configure the JVM named subsystem.

JMS Transport requires the CLASSPATH property of the JVM subsystem must include the following packages or classes:

  • Siebel.jar.
  • SiebelJI_lang.jar (where lang corresponds to the default language for your installation).
  • A directory containing the location of the jndi.properties file.

    The jndi.properties file contains the necessary name value pairs required to perform a JNDI lookup and bind to the remote queue.

  • Necessary classes and JAR files as required by the JMS provider.

To verify that the CLASSPATH and jndi.properties are properly configured, refer to Troubleshooting for the JMS Transport.

Transports and Interfaces: Siebel eBusiness Application Integration Volume III