A resource adapter contains properties such as the adapter ID and logging and tracing options specific to the adapter. You can set the logging and tracing properties using the enterprise service discovery wizard during adapter configuration. You can set or change any of the properties using the administrative console.
Descriptive name | Property name | Purpose |
Adapter ID property | AdapterID |
This property specifies the name of the adapter. |
Enable HA support property | enableHASupport |
This property specifies whether one adapter instance or all adapter instances actively poll for events. |
This property specifies the name of the adapter.
Required | Yes |
---|---|
Default | The name of the adapter |
Property type | String |
This property specifies whether one adapter instance or all adapter instances actively poll for events. When the enableHASupport property is set to true, only one of the replicated adapter instances actively polls for events while other instances are in standby mode. If the enableHASupport property is set to false, all of the adapter instances replicated on cluster members actively poll for events. This may result in event duplication. Do not change the value of enableHASupport to false for single server environments.
Required | Yes |
---|---|
Default | false *!ENTITY!*> |
Property type | Boolean |
Possible values | true or false |
Restrictions | Do not change the value of enableHASupport to false for single server environments. |