Transports and Interfaces: Siebel Enterprise Application Integration > Java Message Service Transport > Configuring the JMS Transport >

Creating a JMS Subsystem by Using the Siebel Web Client


The following is an alternative procedure for creating a JMS Subsystem by using the Siebel Web Client and then configuring the JMS Transport.

To configure the JMS Transport by using the Siebel Web Client

  1. Start any Siebel Business Application and navigate to Administration - Server Configuration > Enterprises.
  2. In the top list applet, select the desired 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 and set the following parameters:
    1. Profile = JMS_Q1ReceiveDispatchSend
    2. Alias = JMS_Q1ReceiveDispatchSend
    3. Subsystem Type = JMSSubsys
  5. In the Profile Parameters list applet (the bottom applet), specify the parameters required for the type of operations the subsystem will need to support (for example, Receive or ReceiveDispatchSend).

    For example, if this subsystem needed to support the ReceiveDispatchSend operation, at least the following values must be set:

    1. ConnectionFactory name = examples.jms.QueueConnectionFactory
    2. JVM Subsystem name = JAVA
    3. ReceiveQueue name = examples.jms.fromSiebel
    4. SendQueue name = examples.jms.toSiebel
    5. Receive Timeout = 1000
Transports and Interfaces: Siebel Enterprise Application Integration