We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there my name is Artur
I have forked 1.0 release and added a subclass showing how to make Stomp client work with rabbitm stomp plugin.
All you have to do is remove content-length header and possibly destination as i am not sure if destination may affect ACK.
Once you do that ACK will work.
Another issue not easy to find is that prefetch is not suppored and it is not disabled by default for rabbitm.
I have described changes needed for both on my blog here:
http://artur.ejsmont.org/blog/content/php-stomp-client-change-to-properly-ack-messages
Happy to help
Art
The text was updated successfully, but these errors were encountered:
RMQ vendor support + test
7b7ed60
Resolves issue dejanb#9.
I think that this issue can be closed since #10 was merged.
Sorry, something went wrong.
No branches or pull requests
Hi there my name is Artur
I have forked 1.0 release and added a subclass showing how to make Stomp client work with rabbitm stomp plugin.
All you have to do is remove content-length header and possibly destination as i am not sure if destination may affect ACK.
Once you do that ACK will work.
Another issue not easy to find is that prefetch is not suppored and it is not disabled by default for rabbitm.
I have described changes needed for both on my blog here:
http://artur.ejsmont.org/blog/content/php-stomp-client-change-to-properly-ack-messages
Happy to help
Art
The text was updated successfully, but these errors were encountered: