8.13 B2B Configuration Wizard - Produce Operation Parameters Page

Use the Produce Operation Parameters Page to enter the following 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.

JNDI Name

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

Related Topics

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