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

Fixed ACK id header and added new ACK type #62

Merged
merged 2 commits into from
Aug 6, 2019
Merged

Fixed ACK id header and added new ACK type #62

merged 2 commits into from
Aug 6, 2019

Conversation

rodmytro
Copy link
Contributor

@rodmytro rodmytro commented Aug 5, 2019

1) According to the official documentation message-id header from ACK frame should be renamed to the id.

The ACK frame MUST include an id header matching the ack header of the MESSAGE being acknowledged.
https://stomp.github.io/stomp-specification-1.2.html#ACK

2) Added the client-individual type of Acknowledge

The valid values for the ack header are auto, client, or client-individual.
https://stomp.github.io/stomp-specification-1.2.html#SUBSCRIBE_ack_Header

@WrathChaos WrathChaos self-assigned this Aug 5, 2019
@WrathChaos WrathChaos self-requested a review August 5, 2019 10:10
@WrathChaos
Copy link
Owner

Thank you so much @rodmytro. I am going to test it then merge this PR.

@WrathChaos WrathChaos merged commit 65ea7fa into WrathChaos:master Aug 6, 2019
WrathChaos added a commit that referenced this pull request Aug 6, 2019
@WrathChaos
Copy link
Owner

WrathChaos commented Aug 6, 2019

@rodmytro Thank you for your contribution. I merged this PR and published the new release. Please check it out.

Release 1.3.6

Screenshot 2019-08-06 at 10 14 16

@rodmytro
Copy link
Contributor Author

rodmytro commented Aug 6, 2019

@WrathChaos Cool, thanks! 🥤

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

Successfully merging this pull request may close these issues.

2 participants