JMS audit event handler properties
Note that the JMS audit handler config
in audit.json
includes the ForgeRock audit event topics and JMS audit topics.
To use the JMS resources provided by your web application container, leave the JNDI Context Properties
settings empty. Values for topicName
and connectionFactoryName
will then depend on the configuration of your web application container.
UI Label / Text | audit.json File Label | Description |
---|---|---|
Delivery Mode |
|
Required property, for messages from a JMS provider; may be |
Session Mode |
|
Acknowledgement mode, in sessions without transactions. May be |
Batch Configuration Settings |
|
Options for batch messaging. |
Write Interval |
|
Interval at which buffered events are written to JMS (units of 'ms' or 's' are recommended). Default is 10 ms. |
Capacity |
|
Maximum event count in the batch queue; additional events are dropped. |
Maximum Batched Events |
|
Maximum number of events per batch. |
JNDI Configuration |
|
Java Naming and Directory Interface (JNDI) Configuration Settings. |
JNDI Context Properties |
|
Settings to populate the JNDI initial context with. |
JNDI Context Factory |
|
Initial JNDI context factory, such as |
JNDI Provider URL |
|
Depends on provider; options include |
JNDI Topic |
|
Relevant JNDI topic; default= |
JNDI Topic Name |
|
JNDI lookup name for the JMS topic. |
Connection Factory |
|
JNDI lookup name for the JMS connection factory. |