[ 
https://issues.apache.org/jira/browse/ARTEMIS-3034?focusedWorklogId=525560&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-525560
 ]

ASF GitHub Bot logged work on ARTEMIS-3034:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Dec/20 14:02
            Start Date: 17/Dec/20 14:02
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on a change in pull request 
#3383:
URL: https://github.com/apache/activemq-artemis/pull/3383#discussion_r545112354



##########
File path: 
artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/ConnectionAbstract.java
##########
@@ -21,28 +21,18 @@
 import javax.jms.ConnectionFactory;
 import javax.jms.JMSException;
 import javax.jms.JMSSecurityException;
-import java.io.File;
-import java.net.InetAddress;
-import java.net.URI;
-import java.util.Map;
 
 import io.airlift.airline.Option;
-import org.apache.activemq.artemis.api.core.TransportConfiguration;
 import org.apache.activemq.artemis.cli.commands.ActionContext;
 import org.apache.activemq.artemis.cli.commands.InputAbstract;
-import org.apache.activemq.artemis.core.config.FileDeploymentManager;
-import org.apache.activemq.artemis.core.config.impl.FileConfiguration;
-import org.apache.activemq.artemis.core.remoting.impl.netty.TransportConstants;
 import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
-import org.apache.activemq.artemis.utils.ConfigurationHelper;
-import org.apache.activemq.artemis.utils.uri.SchemaConstants;
 import org.apache.qpid.jms.JmsConnectionFactory;
 
 public class ConnectionAbstract extends InputAbstract {
 
    private static final String DEFAULT_BROKER_URL = "tcp://localhost:61616";
 
-   @Option(name = "--url", description = "URL towards the broker. (default: 
tcp://localhost:61616)")
+   @Option(name = "--source-url", description = "URL towards the broker. 
(default: Read from current broker.xml or tcp://localhost:61616 if the default 
cannot be parsed)")

Review comment:
       Thank you.   This was an accident. I didn't mean to. 




----------------------------------------------------------------
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]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 525560)
    Time Spent: 40m  (was: 0.5h)

> CLI Option to Transfer Messages
> -------------------------------
>
>                 Key: ARTEMIS-3034
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3034
>             Project: ActiveMQ Artemis
>          Issue Type: New Feature
>            Reporter: Clebert Suconic
>            Assignee: Clebert Suconic
>            Priority: Major
>             Fix For: 2.17.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> There should be an option to transfer or copy messages from one destination 
> into another.
> pseudo example:
> ./artemis transfer --source-uri tcp://host:port --source-queue source 
> --target-queue output --target-uri tcp://host-target:port



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to