OPENDJ-3397 Fix typos in CAUD handler config templates
This patch aligns the templates with the proposed patch for the docs.
| | |
| | | // |
| | | // Example configuration for splunk handler. |
| | | // Example configuration for JMS handler. |
| | | // Edit a copy of the file with your settings. |
| | | // Strip comments before use with grep -v '^[ ]*//' < your-file.json |
| | | // |
| | |
| | | // Permitted values: NON_PERSISTENT, PERSISTENT |
| | | "deliveryMode": "NON_PERSISTENT", |
| | | "enabled": false, |
| | | // Optional |
| | | "topicName": "audit", |
| | | "jndi": { |
| | | // Optional |
| | | "connectionFactoryName": "connectionFactory", |
| | | // Optional |
| | | "topicName": "audit", |
| | | "contextProperties": { |
| | | "java.naming.factory.initial": "org.apache.activemq.jndi.ActiveMQInitialContextFactory", |
| | | "java.naming.provider.url": "tcp://localhost:61616", |
| | |
| | | // |
| | | // Example configuration for splunk handler. |
| | | // Example configuration for Splunk handler. |
| | | // Edit a copy of the file with your settings. |
| | | // Strip comments before use with grep -v '^[ ]*//' < your-file.json |
| | | // |