Sun Java System Application Server Platform Edition 8.2 Administration Guide

ManagedConnectionFactory Properties

ManagedConnectionFactory properties are specified when a connector-connection-pool is created. All the properties specified while creating the resource adapter can be overridden in a ManagedConnectionFactory. Additional properties available only in ManagedConnectionFactory are given below.

Property Name

Valid Value

Default Value

Description

ClientId 

A valid client ID 

none 

ClientID as specified by JMS 1.1 specification. 

ConnectionFactoryJndiName 

JNDI Name 

none 

JNDI name of the connection factory bound in the JNDI tree of the JMS provider. The administrator should provide all connection factory properties (except clientID) in the JMS provider itself. This property name will be used only if ProviderIntegratinMode is jndi. 

ConnectionValidationEnabled 

true/false 

FALSE 

If set to true, the resource adapter will use an exception listener to catch any connection exception and will send a CONNECTION_ERROR_OCCURED event to application server.