You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by mtaylor <gi...@git.apache.org> on 2015/02/10 17:10:46 UTC

[GitHub] activemq-6 pull request: Rename Connector class on NodeUp for HQ c...

GitHub user mtaylor opened a pull request:

    https://github.com/apache/activemq-6/pull/91

    Rename Connector class on NodeUp for HQ clients

    To support HornetQ clients we must pass back HornetQ connector factory
    names. Currently the connector factory name returned as part of node up
    broadcast group (after initial client connection and client sends suscribe
    topology packet) is what ever the server is configured to use in its
    cluster discovery.  Since the server has now been repackaged to
    org.apache.activemq, the older HornetQ clients can not find the
    connector factory class on it's class path.  To get around this problem
    the server now checks the version of the client and if the client is
    HornetQ the server renames the to org.hornetq and returns before sending
    to the client.

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

    $ git pull https://github.com/mtaylor/activemq-6 HornetQConnectors

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

    https://github.com/apache/activemq-6/pull/91.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 #91
    
----
commit 08e7c893011aa401de09457e91fca16dcbb22e49
Author: Martyn Taylor <mt...@redhat.com>
Date:   2015-02-10T15:49:49Z

    Rename Connector class on NodeUp for HQ clients
    
    To support HornetQ clients we must pass back HornetQ connector factory
    names. Currently the connector factory name returned as part of node up
    broadcast group (after initial client connection and client sends suscribe
    topology packet) is what ever the server is configured to use in its
    cluster discovery.  Since the server has now been repackaged to
    org.apache.activemq, the older HornetQ clients can not find the
    connector factory class on it's class path.  To get around this problem
    the server now checks the version of the client and if the client is
    HornetQ the server renames the to org.hornetq and returns before sending
    to the client.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] activemq-6 pull request: Rename Connector class on NodeUp for HQ c...

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

    https://github.com/apache/activemq-6/pull/91


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---