Type to start searching...

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.

description : string

Channel connection description.

destination : string

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

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)
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