Skip to main content
Skip table of contents

t_ChannelConnections_MessageQueueConnection

MessageQueueConnection

A Message Queue environment specific connection.

Properties

alias : alias

Alias for JNDI lookup. Overrides the channel setting.

Valid values based on“string”.
[\p{L}_][\p{L}\p{N}\-_]*
channel : string

Connection channel.

clientId : string

Client identifier for durable broadcast (topic) subscriptions. Overrides the channel setting.

condition : string

The property to which the directive is applied.

The property specified here is typically set in the .environment file. It must be prefixed with "-Dnexj" if specified on the JVM command line.
Example


condition="reporting.enabled" ... reporting.enabled="true" or "-Dnexj.reporting.enabled=true"

description : string

Channel connection description.

destination : string

The destination JNDI or bean name (class:<name>).

directive : directive

A conditional directive determining the operation to apply to the property specified in "condition".

If the operation is set to "if" or "ifnot", the property can be null. "ifdef" means "if defined". "ifndef" means "if not defined". If the operation is set to either, the property must not be null.
Example


"if", "ifnot", "ifdef", "ifndef"

Valid values based on“string”.
if
ifnot
ifdef
ifndef
enabled : boolean

The default state of enablement. (default="true")

errorCount : nonNegativeInt

Maximum count of attempts at transacted processing of a message before forwarding it to the error queue (0 for unlimited). Overrides the channel setting.

Valid values based on“int”.
0 (minInclusive)
factory : string

The connection factory JNDI or bean name (class:<name>).

maxReceivers : nonNegativeInt

Maximum queue receiver threads per server. Overrides the channel setting.

Valid values based on“int”.
0 (minInclusive)
maxSenders : nonNegativeInt

Maximum queue sender connections per server. Overrides the channel setting.

Valid values based on“int”.
0 (minInclusive)
merged : boolean

password : password

JMS queue password.

Valid values based on“string”.
  
subscription : string

Subscription name for durable broadcast (topic) subscriptions. Overrides the channel setting.

transactionTimeout : nonNegativeInt

The timeout (in seconds) for transactions started on the J2EE component. Applies only to incoming transactional channels.

Set to 0 to use server default transaction timeout. Overrides the timeout setting on the Channel.
Valid values based on“int”.
0 (minInclusive)
user : string

JMS queue user.

warningTimeout : nonNegativeLong

Timeout in milliseconds before a warning is generated, 0 for infinite timeout.

Valid values based on“long”.
0 (minInclusive)

Content

Parents

Parent topic: t_Connections_ChannelConnections

Parent topic: t_Environment_ChannelConnections

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.