Invoke Enqueue Configuration Page

Select the database, queue, and message format to perform the enqueue operation.

Element Description

Select Database Schema

Select the database schema for the enqueue operation.

Select Queue Name / Topic Name

Select the queue name/topic name for the enqueue operation.

Message Type

(Is displayed only if you select queues of type AQ$_JMS_MESSAGE.)

Select the message body type:
  • Text Message: Sends a message containing a java.lang.String. This message type transports text-based messages, including those with XML/JSON content.
  • Bytes Message: Sends a message containing a stream of uninterpreted bytes. This message type is for client encoding of existing message formats.

Delivery Mode

Specify the delivery mode. Two values are available: Persistent and Nonpersistent.

Message Priority (0-9)

Select the order in which to deliver messages:
  • 0 identifies the highest priority.
  • 9 identifies the lowest priority.

Time to live (Seconds)

Enter the duration (in seconds) for which you want your message to be available in the queue/topic for consumption.

Do you want to specify the structure of the payload ?

(Is displayed only if you select Text Message as the Message Type.)

Select Yes to provide a payload structure. Otherwise, select No.