clebertsuconic commented on PR #4855:
URL: 
https://github.com/apache/activemq-artemis/pull/4855#issuecomment-1998714100

   hmmmm... maybe we need to tweak the Abstract a bit.
   
   
   does it make sense to specify --protocol on the import?
   
   what about clientID?
   
   ```
   Usage: artemis data imp [--legacy-prefixes] [--silent] [--sort] [--verbose]
                           [--acceptor=<acceptor>] [--clientID=<clientID>]
                           --input=<input> [--password=<password>]
                           [--protocol=<protocol>] [--url=<brokerURL>]
                           [--user=<user>]
   Import all message-data using an XML that could be interpreted by any system.
         --acceptor=<acceptor>
                             Name used to find the default connection URL on the
                               acceptor list. If an acceptor with that name 
cannot
                               be found the CLI will look for a connector with 
the
                               same name.
         --clientID=<clientID>
                             ClientID set on the connection.
         --input=<input>     The input file name. Default: exp.dmp.
         --legacy-prefixes   Do not remove prefixes from legacy imports.
         --password=<password>
                             Password used to connect.
         --protocol=<protocol>
                             Protocol used. Valid values are AMQP, CORE
         --silent            Disable all the inputs, and make a best guess for 
any
                               required input.
         --sort              Sort the messages from the input (used for older
                               versions that won't sort messages).
         --url=<brokerURL>   Connection URL. Default: build URL from the 
'artemis'
                               acceptor defined in the broker.xml or tcp:
                               //localhost:61616 if the acceptor cannot be 
parsed.
         --user=<user>       User used to connect.
         --verbose           Print additional information.
   
   ```


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

To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to