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

[GitHub] activemq-artemis pull request #1581: ARTEMIS-1227 Internal properties not re...

GitHub user gaohoward opened a pull request:

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

    ARTEMIS-1227 Internal properties not removed from messages

    In a cluster if a node is shut down (or crashed) when a
    message is being routed to a remote binding, a internal
    property may be added to the message and persisted. The
    name of the property is like _AMQ_ROUTE_TOsf.my-cluster*.
    if the node starts back, it will load and reroute this message
    and if it goes to a local consumer, this property won't
    get removed and goes to the client.
    
    The fix is to remove this internal property before it
    is sent to any client.

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

    $ git pull https://github.com/gaohoward/activemq-artemis k_a1227

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

    https://github.com/apache/activemq-artemis/pull/1581.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 #1581
    
----
commit 312d53d5abe7949f554a00bcf6e7f0dc2c44507e
Author: Howard Gao <ho...@gmail.com>
Date:   2017-10-10T01:14:32Z

    ARTEMIS-1227 Internal properties not removed from messages
    
    In a cluster if a node is shut down (or crashed) when a
    message is being routed to a remote binding, a internal
    property may be added to the message and persisted. The
    name of the property is like _AMQ_ROUTE_TOsf.my-cluster*.
    if the node starts back, it will load and reroute this message
    and if it goes to a local consumer, this property won't
    get removed and goes to the client.
    
    The fix is to remove this internal property before it
    is sent to any client.

----


---

[GitHub] activemq-artemis pull request #1581: ARTEMIS-1227 Internal properties not re...

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

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


---