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

Added message serialization capability to AMQP. #4587

Merged

Conversation

LarryOsterman
Copy link
Member

@LarryOsterman LarryOsterman commented Apr 27, 2023

Added the ability to serialize and deserialize AMQP messages.

Fixes #4564

Other changes:

Started adding definitions for various AMQP protocol elements
Corrected names of AMQP Value types to conform to Azure naming conventions.

Pull Request Checklist

Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:

See the detailed list in the contributing guide.

  • C++ Guidelines
  • Doxygen docs
  • Unit tests
  • No unwanted commits/changes
  • Descriptive title/description
    • PR is single purpose
    • Related issue listed
  • Comments in source
  • No typos
  • Update changelog
  • Not work-in-progress
  • External references or docs updated
  • Self review of PR done
  • Any breaking changes?

@LarryOsterman LarryOsterman linked an issue Apr 27, 2023 that may be closed by this pull request
@LarryOsterman LarryOsterman merged commit 7133941 into Azure:feature/amqp Apr 28, 2023
@LarryOsterman LarryOsterman deleted the larryo/serializemessage branch April 28, 2023 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Serialize/Deserialize message support
3 participants