Transports and Interfaces: Siebel Enterprise Application Integration > EAI JMS Transport > Process of Configuring JMS Messaging on the Siebel Server >

Creating the JMS Transport


You can create the JMS Transport using either the Siebel client or the command-line interface with the Siebel Server Manager (srvrmgr) utility. This is a step in Process of Configuring JMS Messaging on the Siebel Server.

Creating the JMS Transport Using the Siebel Client

The following procedure shows how to use the Siebel client to create the JMS Transport.

To create the JMS Transport using the Siebel client

  1. In the Siebel application, navigate to the Administration - Server Configuration screen, Enterprises view.
  2. In the top list applet, select the Enterprise Server that you want to configure.
  3. In the middle applet, click the Profile Configuration tab.
  4. Click New to create a new component profile.
  5. Set the following parameters:
    Name
    Value

    Name

    Customer_JMS_Receive

    Alias

    Customer_JMS_Receive

    Subsystem Type

    JMSSubsys

  6. In the Profile Parameters list applet (the bottom applet), set the following parameters:
    Name
    Alias
    Data Type
    Value

    ConnectionFactory name

    ConnectionFactory

    String

    java:comp/resource/TestJmsRP/QueueConnectionFactories/myQCF

    JVM Subsystem name

    JVMSubsys

    String

    JAVA

    ReceiveQueue name

    ReceiveQueue

    String

    java:comp/resource/TestJmsRP/Queues/TESTJMSQUEUE_IN

    SendQueue name

    SendQueue

    String

    java:comp/resource/TestJmsRP/Queues/TESTJMSQUEUE_OUT

    Receive Timeout

    ReceiveTimeout

    String

    20000 (in milliseconds)

Creating the JMS Transport Using Siebel Server Manager

The following procedure shows how to use Siebel Server Manager (srvrmgr) to create the JMS Transport.

To create the JMS Transport using Siebel Server Manager

  • In srvrmgr, type the following command:

    create named subsystem Customer_JMS_Receive for subsystem JMSSubsys with ConnectionFactory="java:comp/resource/TestJmsRP/QueueConnectionFactories/myQCF", ReceiveQueue="java:comp/resource/TestJmsRP/Queues/TESTJMSQUEUE_IN", SendQueue="java:comp/resource/TestJmsRP/Queues/TESTJMSQUEUE_OUT", ReceiveTimeout=20000

Transports and Interfaces: Siebel Enterprise Application Integration Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.