Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARTEMIS-1227 Internal properties not removed from messages #1581

Merged
merged 1 commit into from
Oct 10, 2017

Commits on Oct 10, 2017

  1. 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.
    howardgao committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    312d53d View commit details
    Browse the repository at this point in the history