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 support for shared topic subscriptions #208

Closed
acogoluegnes opened this issue Oct 21, 2022 · 1 comment
Closed

Add support for shared topic subscriptions #208

acogoluegnes opened this issue Oct 21, 2022 · 1 comment
Assignees
Milestone

Comments

@acogoluegnes
Copy link
Contributor

References #180.

@acogoluegnes acogoluegnes added this to the 2.7.0 milestone Oct 21, 2022
@acogoluegnes acogoluegnes self-assigned this Oct 21, 2022
acogoluegnes added a commit that referenced this issue Oct 21, 2022
Created subscription-related classes to handle the subscription
logic and wired them to the existing code and the new methods.

WIP, some verification logic and a bit of plumbing remain.

References #208, #180
acogoluegnes added a commit that referenced this issue Nov 4, 2022
Implement the validation rules from section 8.3 of the JMS 3.1 specification.
Make sure a shared non-durable subscription is cleaned up properly
when its consumers are closed.

References #208, #180
acogoluegnes added a commit that referenced this issue Nov 10, 2022
Created subscription-related classes to handle the subscription
logic and wired them to the existing code and the new methods.

WIP, some verification logic and a bit of plumbing remain.

References #208, #180
acogoluegnes added a commit that referenced this issue Nov 10, 2022
Implement the validation rules from section 8.3 of the JMS 3.1 specification.
Make sure a shared non-durable subscription is cleaned up properly
when its consumers are closed.

References #208, #180
@acogoluegnes
Copy link
Contributor Author

Implemented in #198.

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