in activemq-kahadb-exporter/src/main/java/org/apache/activemq/cli/kahadb/exporter/artemis/ArtemisXmlMetadataExporter.java [42:48]
public ArtemisXmlMetadataExporter(final KahaDBStore store,
final ArtemisJournalMarshaller xmlMarshaller, final ExportConfiguration config) {
super();
this.store = store;
this.xmlMarshaller = xmlMarshaller;
this.config = config;
}