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

Add flag to enable subscription name validation #203

Closed
acogoluegnes opened this issue Sep 27, 2022 · 0 comments
Closed

Add flag to enable subscription name validation #203

acogoluegnes opened this issue Sep 27, 2022 · 0 comments
Assignees
Milestone

Comments

@acogoluegnes
Copy link
Contributor

acogoluegnes commented Sep 27, 2022

JMS 3.1 Spec "A.3.16. Subscription name characters and length"

The validation can be enabled with a flag, it's disabled by default, to avoid breaking existing code.

The flag is RMQConnectionFactory#validateSubscriptionNames.

@acogoluegnes acogoluegnes added this to the 2.7.0 milestone Sep 27, 2022
@acogoluegnes acogoluegnes self-assigned this Sep 27, 2022
acogoluegnes added a commit that referenced this issue Sep 27, 2022
JMS 3.1 Spec "A.3.16. Subscription name characters and length"
https://jakarta.ee/specifications/messaging/3.1/jakarta-messaging-spec-3.1.html#subscription-name-characters-and-length-2

The validation can be enabled with a flag, it's disabled by default,
to avoid breaking existing code.

The flag is RMQConnectionFactory#validateSubscriptionNames.

References #180

Fixes #203
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant