You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by gtully <gi...@git.apache.org> on 2017/12/14 16:34:31 UTC

[GitHub] activemq-artemis pull request #1712: [DOC] add section on migrating virtual ...

GitHub user gtully opened a pull request:

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

    [DOC] add section on migrating virtual topics

    This is a work in progress but a good start.
    need to find out the direct address that could correspond to a consumer queue and if that would be auto created.
    Also - it begs the question - can we have a redirection of some vt consumers to the corresponding queues via a plugin

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

    $ git pull https://github.com/gtully/activemq-artemis doc-vt-migration

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

    https://github.com/apache/activemq-artemis/pull/1712.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 #1712
    
----
commit e6e38df55b90e6e7af4aedf3e26504240bfddc67
Author: gtully <ga...@gmail.com>
Date:   2017-12-14T16:30:56Z

    [DOC] add section on migrating virtual topics

----


---

[GitHub] activemq-artemis issue #1712: [DOC] add section on migrating virtual topics

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

    https://github.com/apache/activemq-artemis/pull/1712
  
    you missed adding the new chapter to the SUMMARY.. it won't be picked up... 
    
    Simple change.. can you make it?


---

[GitHub] activemq-artemis issue #1712: [DOC] add section on migrating virtual topics

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

    https://github.com/apache/activemq-artemis/pull/1712
  
    I think this is good to go. I added a link to the migration doc in the distro online docs


---

[GitHub] activemq-artemis pull request #1712: [DOC] add section on migrating virtual ...

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

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


---

[GitHub] activemq-artemis issue #1712: [DOC] add section on migrating virtual topics

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

    https://github.com/apache/activemq-artemis/pull/1712
  
    sure, I just added a broken test to try and validate... not sure what is missing yet


---