Package org.openehealth.ipf.commons.audit.queue
package org.openehealth.ipf.commons.audit.queue
-
ClassDescriptionAbstract base class for message queues that serialize the AuditRecord into a wire format by using the configured
SerializationStrategy
and send it to an ATNA repository using the configuredAuditTransmissionProtocol
,Audit queue that uses an injectableExecutorService
to asynchronously send away audit events.Determine the timing and priority in which audit messages are delivered.Message Queue that sends off audit messages using a HTTP connection.JMS Message Listener that receives audit messages from a queue and sends them to an audit repository.Message Queue that sends audit messages into a JMS queue.Message Queue that logs the serialized plain audit messages with (by default) pretty formatting using a configurable logger.For testing only: an implementation that records the audit messages in memory.Synchronously pass the message to theAuditTransmissionProtocol