Skip to content

Fix bunny producer to properly map headers to expected by bunny headers #816

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

Merged
merged 1 commit into from
Apr 4, 2019

Conversation

nightlinus
Copy link
Contributor

As of bunny publish method and bunny content header frame we need to convert underscore based headers (e.g. delivery_mode) to hyphen based headers (e.g. delivery-mode) when publishing and back when recieving messages. This PR add this convertion back and forward.

Also found old closed issue that was caused by this behaviour #719

@makasim
Copy link
Member

makasim commented Apr 4, 2019

@nightlinus It looks good. Could you please make it green so we are good to go.

@nightlinus
Copy link
Contributor Author

Done, last error related to redis. I believe it cant be broken by my pr

@makasim makasim merged commit ac1f550 into php-enqueue:master Apr 4, 2019
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