Skip to content

ARTEMIS-1612 Fix message redistribution for prefixed addresses#1782

Closed
mtaylor wants to merge 1 commit into
apache:masterfrom
mtaylor:ARTEMIS-1612
Closed

ARTEMIS-1612 Fix message redistribution for prefixed addresses#1782
mtaylor wants to merge 1 commit into
apache:masterfrom
mtaylor:ARTEMIS-1612

Conversation

@mtaylor
Copy link
Copy Markdown
Contributor

@mtaylor mtaylor commented Jan 17, 2018

No description provided.

Message copyRedistribute = message.copy(storageManager.generateID());

Bindings bindings = addressManager.getBindingsForRoutingAddress(message.getAddressSimpleString());
Bindings bindings = addressManager.getBindingsForRoutingAddress(originatingQueue.getAddress());
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice!!! easy and simple fix!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants