-
Notifications
You must be signed in to change notification settings - Fork 215
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
when set message HeaderTable, the ReplyTo property Settings have been cleared. #315
Comments
In Channel.cpp amqp_basic_properties_t CreateAmqpProperties(const BasicMessage &mes, Detail::amqp_pool_ptr_t &pool). |
amqp_basic_properties_t CreateAmqpProperties(const BasicMessage &mes, if (mes.ContentTypeIsSet()) { |
The above is modified, please see if there is anything wrong.Thanks. |
“ret._flags = AMQP_BASIC_HEADERS_FLAG(1<<13) “ might need to be put before AMQP_BASIC_DELIVERY_MODE_FLAG(1<<12)
The text was updated successfully, but these errors were encountered: