Skip to content

Commit

Permalink
AMQCLI-14 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gtully committed Jun 18, 2020
1 parent 198cf7b commit 9015e6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -30,6 +30,7 @@ SYNOPSIS
[(--qp <queuePattern> | --queuePattern <queuePattern>)]
(-s <source> | --source <source>) (-t <target> | --target <target>)
[(--tp <topicPattern> | --topicPattern <topicPattern>)]
[(--vt <virtualTopicConsumerWildcards> | --virtualTopicConsumerWildcards <virtualTopicConsumerWildcards>)]
OPTIONS
-c
Expand All @@ -49,6 +50,9 @@ OPTIONS
--tp <topicPattern>, --topicPattern <topicPattern>
Topic Export Pattern
--vt <virtualTopicConsumerWildcards>, --virtualTopicConsumerWildcards <virtualTopicConsumerWildcards>
Virtual Topic Consumer Pattern list
```

### Examples:
Expand All @@ -64,3 +68,7 @@ Export entire store and compress the resulting xml:
Export all topics but only queues matching pattern:

`./bin/export kahadb --qp test.queue.> --source /some/directory/kahadb/ --target ~/some/directory/output.xml`

Export entire store and migrate matching VirtualTopic consumer queues to durable subscriptions:

`./bin/export kahadb --source /some/directory/kahadb/ --target ~/some/directory/output.xml --virtualTopicConsumerWildcards "Consumer.*.>;2"`

0 comments on commit 9015e6f

Please sign in to comment.