Sun GlassFish Message Queue 4.4 Administration Guide

link Attributes

Table 12–4 lists the attributes for the link element in the JMS Bridge XML configuration file.

Table 12–4 link Attributes

Attribute 

Type 

Description 

enabled

Boolean 

If false, the link will not be started

Default value: true

name

String 

Unique identifier for this link 

Default value: no default 

transacted

Boolean 

If true, each message transfer from source to target will be done in a XA distributed transaction. The connection factories specified by the source and target must be javax.jms.XAConnectionFactory objects.

If false, CLIENT_ACKNOWLEDGE mode will be used on the source The connection factories specified by the source and target must be javax.jms.ConnectionFactory objects.

Default value: true