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-3940 Address.maxSizeMessage is ignored on FAIL and Blocking Paging Policy #4178

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

clebertsuconic
Copy link
Contributor

No description provided.

Comment on lines 334 to 342
AddressSettings set = new AddressSettings();
set.setAddressFullMessagePolicy(AddressFullMessagePolicy.FAIL);
if (global) {
config.setGlobalMaxMessages(10);
}

settings.put( "FAIL_MAX_MESSAGES_CORE", set);
settings.put( "FAIL_MAX_MESSAGES_OPENWIRE", set);
settings.put( "FAIL_MAX_MESSAGES_AMQP", set);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

... I will remove these lines.. forgot those hanging.

@jbertram
Copy link
Contributor

The commit message says "ignorecase." It seems like this should just be "ignored."

@clebertsuconic
Copy link
Contributor Author

@jbertram ouch.. thanks....

I typed :set ignorecase in vim, and somehow my mind did that trick to me :)

@clebertsuconic clebertsuconic changed the title ARTEMIS-3940 Address.maxSizeMessage is ignorecase on FAIL Paging Policy ARTEMIS-3940 Address.maxSizeMessage is ignored on FAIL and Blocking Paging Policy Aug 15, 2022
@clebertsuconic clebertsuconic marked this pull request as draft August 15, 2022 21:30
@clebertsuconic clebertsuconic marked this pull request as ready for review August 16, 2022 01:23
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