You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by stanlyDoge <gi...@git.apache.org> on 2017/10/18 09:20:25 UTC

[GitHub] activemq-artemis pull request #1594: ARTEMIS-1467 example showing the recomm...

GitHub user stanlyDoge opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1594

    ARTEMIS-1467 example showing the recommended approach for migrating

    example showing the recommended approach for migrating messages from ActiveMQ to Artemis


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stanlyDoge/activemq-artemis-1 ARTEMIS-1467

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1594.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1594
    
----
commit 685de050aedaf567e88da9140d87d0d2ecd7c2c1
Author: Stanislav Knot <sk...@redhat.com>
Date:   2017-10-18T08:47:59Z

    ARTEMIS-1467 example showing the recommended approach for migrating messages

----


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by mtaylor <gi...@git.apache.org>.
Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    Also the example version is wrong.  It should be aligned to the parent pom version.  @stanlyDoge can you follow up please. 


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    @jbertram I didn't want to call that "The recommended approach"...
    
    The CLI is much easier.. say you had 1000 destinations.. you would have to write a tool to write the bridges


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by mtaylor <gi...@git.apache.org>.
Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    @jbertram @clebertsuconic After looking at that tool it appears it's for KahaDB store only.  If this is the recommended tool going forward then I guess we need to add support for other stores such as LevelDB and JDBC.  Alternatively we could use a bridge to drain ActiveMQ 5.x into Artemis?


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by mtaylor <gi...@git.apache.org>.
Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    @clebertsuconic +1.  Let's change the JIRA title.  The commit has already landed but actually the doc doesn't mention anything about recommended.


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    I updated the commit message and the JIRA to clarify that this is simple **an** approach, not necessarily the recommended approach.


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    I believe Clebert is referring to [this tool](https://github.com/apache/activemq-cli-tools) which can be used to export from 5.x and then the resulting XML file can be imported via the Artemis CLI.  Using these tools might be a lot simpler than the method outlined in the current PR as it can be used for all messages in all queues simultaneously rather than having to create a bridge for each queue.


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by clebertsuconic <gi...@git.apache.org>.
Github user clebertsuconic commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    you could also use export, import?


---

[GitHub] activemq-artemis pull request #1594: ARTEMIS-1467 example showing the recomm...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1594


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by jbertram <gi...@git.apache.org>.
Github user jbertram commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    Using a bridge is a valid way to move messages between brokers so I'll go ahead and merge this one.  If we want to add another example using the export/import CLI tools later that's certainly valid as well.


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by tabish121 <gi...@git.apache.org>.
Github user tabish121 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    LevelDB has been deprecated for quite some time and is not officially supported in 5.x releases any longer so I wouldn't waste time on that one.  


---

[GitHub] activemq-artemis issue #1594: ARTEMIS-1467 example showing the recommended a...

Posted by mtaylor <gi...@git.apache.org>.
Github user mtaylor commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1594
  
    @stanlyDoge ^^


---