Skip to content

feat: improved RabbitMQ driver#1129

Open
sav-da wants to merge 1 commit intouserver-framework:developfrom
sav-da:issue/134
Open

feat: improved RabbitMQ driver#1129
sav-da wants to merge 1 commit intouserver-framework:developfrom
sav-da:issue/134

Conversation

@sav-da
Copy link

@sav-da sav-da commented Feb 26, 2026

  • added headers to ConsumedMessage
  • added headers to Envelop
  • added heartbeat to queue

#137


Note: by creating a PR or an issue you automatically agree to the CLA. See CONTRIBUTING.md. Feel free to remove this note, the agreement holds.

- added headers to ConsumedMessage
- added headers to Envelop
- added heartbeat to queue
}
const auto& headers = message.headers();
for (const auto& key : headers.keys()) {
std::ostringstream stream;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

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