activemq-kahadb-exporter/src/main/java/org/apache/activemq/cli/kahadb/exporter/Exporter.java [102:112]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        .setSource(new File(source))
                        .setTarget(new File(target))
                        .setQueuePattern(queuePattern)
                        .setTopicPattern(topicPattern)
                        .setVirtualTopicConsumerWildcards(virtualTopicConsumerWildcards)
                        .setCompress(compress)
                        .setOverwrite(overwrite)
                        .build());
            } catch (Exception e) {
                LOG.error(e.getMessage(), e);
                throw new IllegalStateException(e.getMessage(), e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



activemq-kahadb-exporter/src/main/java/org/apache/activemq/cli/kahadb/exporter/Exporter.java [131:141]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        .setSource(new File(source))
                        .setTarget(new File(target))
                        .setQueuePattern(queuePattern)
                        .setTopicPattern(topicPattern)
                        .setVirtualTopicConsumerWildcards(virtualTopicConsumerWildcards)
                        .setCompress(compress)
                        .setOverwrite(overwrite)
                        .build());
            } catch (Exception e) {
                LOG.error(e.getMessage(), e);
                throw new IllegalStateException(e.getMessage(), e);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



