8.15 B2B Configuration Wizard - Consume Operation Parameters Page
Use the Consume Operation Parameters Page to enter message consumer parameters.
The Consume Operation Parameters Page provides the following:
Element | Description |
---|---|
Destination Name |
Enter the JNDI name of the queue or topic to consume the message or click Browse to select a 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. |
Message Selector |
Specify filtering logic that enables you to receive messages that match certain criteria. Enter an expression between 1 and 255 characters in length. Use SQL92 syntax in this field. The JMS server uses these criteria to filter messages received by this consumer. This works with variables defined in standard JMS headers and user-defined properties. You cannot use variables or elements that are in the payload of the message. For example, you can enter logic such as:
|
Use MessageListener |
This option is available only if you have selected the Third Party option in the B2B Configuration Wizard - JMS Provider Page dialog. Select true or false. |
Durable Subscriber ID |
This option is available only if you have selected the Third Party option in the B2B Configuration Wizard - JMS Provider Page dialog. Enter an ID for receiving messages from a JMS topic. If you do not specify an ID, then you must have an active subscription session to receive messages. If you specify an ID for topics, then you receive messages even if you do not currently have an active subscription session. When a durable subscriber is disconnected from the JMS server, the server stores messages. When the durable subscriber reconnects, the server sends the unexpired messages that accumulated. |
JNDI Name |
This option is available only if you have selected any of the available options from the Oracle Enterprise Messaging Service (OEMS) list in the B2B Configuration Wizard - JMS Provider Page dialog. It displays the JNDI name based on your selection in the Destination Name field. |
Enable Streaming |
Select this option to enable support to stream payload. When you enable this feature, the payload is streamed to a database instead of getting manipulated in SOA run time as in a memory DOM. You use this feature while handling large payloads. For more information, refer to . |
Related Topics
User's Guide for Technology Adapters, "Stream Payload Support"
User's Guide for Technology Adapters, "Oracle JCA Adapter for JMS"