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

Receiving Messages


The following workflow provides a simple example for receiving messages to Siebel Business Applications. This is a step in Process of Configuring JMS Messaging on the Siebel Server. For more information on creating workflows, see Siebel Business Process Framework: Workflow Guide.

To create a workflow for receiving messages

  1. In Siebel Tools, create the following workflow named Customer JMS-AQ Receive Message:

    NOTE:  For details on the Business Process Designer, see Siebel Business Process Framework: Workflow Guide.

  2. Create the following process property:
    Name
    Data Type
    In/Out
    Default String
    Comments

    <Value>

    Binary

    In

    <Value>

    Contains the received message

  3. Configure the Write to File step to use the EAI File Transport business service with the Send method to write the received message to a file. Use the following input arguments:
    Input Argument
    Type
    Value
    Property Name

    <Value>

    Process Property

    Not applicable

    <Value>

    FileName

    Expression

    "JMS_Incoming_" + [&Process Instance Id] + ".xml"

    Not applicable

  4. Save the workflow.
  5. Publish and activate the workflow.
Transports and Interfaces: Siebel Enterprise Application Integration Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.