9.11 Healthcare Configuration Wizard - Produce Operation Parameters Page

Use the Produce Operation Parameters Page to enter message production parameters:

Element Description

Destination Name

Enter the JNDI name of the queue or topic to produce the message or click Browse to select a name. The value of this field is typically the JNDI name.

Message Body Type

Select the message body (payload) type:

Text Message

Use this option when the payload is a string.

Bytes Message

Use this option when the payload is an array of primitive bytes.

MapMessage

Use this option when the payload is used to send name-value pairs..

Delivery Mode

Select a message delivery mode:

Persistent

Use this option for messages that are persisted to a file system or database.

Non-Persistent

Use this option for messages that are not persisted and are typically held in process memory only.

Priority

Select a priority value, with 9 representing the highest priority and 0 representing the lowest priority.

Time to Live

Enter a value that indicates the life span of the message. If no subscribers consume the message in the given time, then the message is not delivered. There is no limit. A value of 0 indicates that there is no expiration time.

Unit Of Order

Specify a unit name. All messages from this unit will be processed sequentially in the order they were created. This option is available only if you select Oracle Weblogic JMS in the Healthcare Configuration Wizard - JMS Provider Page dialog.

JNDI Name

Displays the JNDI name based on your selection in the Destination Name field.

Related Topics

Healthcare Integration User's Guide for Oracle SOA Suite, "Working with the Oracle Healthcare Adapter"

User's Guide for Technology Adapters, "Oracle JCA Adapter for JMS"