Repository: activemq-cli-tools
Updated Branches:
  refs/heads/master 825cb468e -> 1d99c42f7


Update README.md

Project: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/commit/1d99c42f
Tree: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/tree/1d99c42f
Diff: http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/diff/1d99c42f

Branch: refs/heads/master
Commit: 1d99c42f79d54b45b8e006b252cbcd6fba1b0025
Parents: 825cb46
Author: Christopher L. Shannon <christopher.l.shan...@gmail.com>
Authored: Mon Mar 13 09:22:28 2017 -0400
Committer: GitHub <nore...@github.com>
Committed: Mon Mar 13 09:22:28 2017 -0400

----------------------------------------------------------------------
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-cli-tools/blob/1d99c42f/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 638460b..c7359f5 100644
--- a/README.md
+++ b/README.md
@@ -51,6 +51,16 @@ OPTIONS
             Topic Export Pattern
 ```
 
-###Example:###
+###Examples:###
+
+Export entire store:
 
 `./bin/export kahadb --source /some/directory/kahadb/ --target 
~/some/directory/output.xml`
+
+Export entire store and compress the resulting xml:
+
+`./bin/export kahadb --source /some/directory/kahadb/ --target 
~/some/directory/output.xml -c`
+
+Export all topics but only queues matching pattern:
+
+`./bin/export kahadb --qp test.queue.> --source /some/directory/kahadb/ 
--target ~/some/directory/output.xml`

Reply via email to