Output Port settings

Use the Output Port settings page to add a new output port or to view and modify the configuration properties of an existing output port.

To view this administrative console page, do one of the following:

Links marked (online) require access to the Internet. Each link launches a search for the topic in the online information center. When search results are listed, select the topic that corresponds best to your configuration.

Check for updates to this topic (online)

Scope

Specifies the scope at which the extended messaging provider is defined. The value represents the location of the configuration file.

Name

Enter the name of the output port. This field requires a string value.

JNDI name

Enter the Java Naming and Directory Interface (JNDI) name for the output port. This field requires a string value.

Description

Enter a description of the output port using a string value.

The Description field is optional.

Category

Enter a category string to use when classifying or grouping the resource. This field accepts a string value with a maximum of 30 ASCII characters.

The Category field is optional.

JMS Connection Factory JNDI Name

Enter the JNDI name for the Java Message Service (JMS) connection factory used by the output port. This field requires a string value (for example, jms/connFactory1).

JMS Destination JNDI Name

Enter the JNDI name for the JMS destination used by the output port. This field requires a string value (for example, jms/destn1).

JMS Delivery Mode

Select the JMS mode used to deliver messages.

Property Value
Data type String
Default Persistent
Valid values
  • Persistent: Messages put onto the destination are persistent.
  • Nonpersistent: Messages put onto the destination are not persistent.

JMS Priority

Enter the JMS message priority for the queue destination.

Property Value
Data type Integer
Default 4
Valid values 0 to 9

JMS Time To Live

Enter the time, in milliseconds, a message remains in the queue. After the specified time elapses, the message expires.

Property Value
Data type Integer
Units Milliseconds
Default 0
Valid values 0 to n
  • 0: Messages never time out.
  • n: Messages time out after n milliseconds.

JMS Disable Message ID

Specify whether the system generates a JMS message ID.

Property Value
Data type String
Default Cleared
Valid values
  • Selected: The system does not generate JMS message IDs.
  • Cleared: The system generates JMS message IDs automatically.

JMS Disabled Message Timestamp

Specify whether the system generates a JMS message time stamp.

Property Value
Data type String
Default Cleared
Valid values
  • Selected—Message timestamps are not added to all sent messages.
  • Cleared—Message timestamps are automatically added to sent messages.

Response JMS Connection Factory JNDI Name

Enter the JNDI name of the JMS connection factory that is used for responses handled by the output port. This field requires a string value (for example, jms/connFactory1).

Response JMS Destination JNDI Name

Enter the JNDI name of the JMS destination used for responses handled by the output port. This field requires a string value (for example, jms/destn1).