|
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
- 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.
- Create the following process property:
|
|
|
|
|
<Value> |
Binary |
In |
<Value> |
Contains the received message |
- 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:
|
|
|
|
<Value> |
Process Property |
Not applicable |
<Value> |
FileName |
Expression |
"JMS_Incoming_" + [&Process Instance Id] + ".xml" |
Not applicable |
- Save the workflow.
- Publish and activate the workflow.
|