On 9/2/06, Hugo V <[EMAIL PROTECTED]> wrote:
Hello, Is there a way to log every message content into a separate Audit file in ActiveMQ ? We have 3 applications communicating to each other with XML messages via ActiveMQ. Each application is logging incoming XML message content into an Audit File⦠I would like to centralize this simple operation.
You could add an interceptor to create some audit file. http://incubator.apache.org/activemq/interceptors.html or you could use JDBC persistence and use a Trigger to replicate the messages to an audit table; or just keep the journal files (which contain all the operations in a file). -- James ------- http://radio.weblogs.com/0112098/
