Description
Would be nice to configure the http://activemq.apache.org/logging-interceptor.html to use a send message log per destination so that destination messages can be easily partitioned.
A logPerDestination boolean attribute, that would cause the plugin to use a logger of the form: org.apache.activemq.broker.util.LoggingBrokerPlugin.<destination name> for producer send events
–
Query on composites?
For the simplest implementation, composites, they would have their unique log rather than parsing the composite and repeating the log message per destination.