Skip to content

AMQP.Net Lite 1.1.1

Compare
Choose a tag to compare
@xinchen10 xinchen10 released this 02 Sep 17:21
· 149 commits to release-1.0 since this release

This release contains the following improvements and bug fixes.

  • Expose terminal error of AMQP objects
  • Increase connection's channel-max and session's handle-max. Respect open.channel-max and open.max-frame-size set by user. Enforce the max value when creating session/link.
  • Access to the ContainerHost link creation
  • Support for lists and dictionary message bodies
  • Make Session/Connection accessible from Link so user can manage the lifetime of them in listener code
  • Close connections when container host is closed. Ensure send calls fail correctly when link is closed.
  • Throw an argument exception if the message to send is empty
  • More samples