brusdev commented on a change in pull request #3590:
URL: https://github.com/apache/activemq-artemis/pull/3590#discussion_r638064339
##########
File path:
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/Transfer.java
##########
@@ -105,10 +105,207 @@
@Option(name = "--target-topic", description = "Destination to be used. It
can be prefixed with queue:// or topic:// and can be an FQQN in the form of
<address>::<queue>. (Default: queue://TEST)")
String targetTopic;
- boolean isCopy() {
+ @Option(name = "--max-count", description = "The maximum number of messages
to transfer.")
Review comment:
I see, I have just pushed a commit to fix the parameter name.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]