This repository has been archived by the owner on Dec 14, 2020. It is now read-only.
v0.2.0
Summary
- Support for sending messages.
- Support for sending/receiving "value" payloads.
- Added option
LinkAddressDynamic()
,Sender.Address()
andReceiver.Address()
to support dynamic addresses. - Added options
LinkSenderSettle()
andLinkReceiverSettle()
to allow for configuring settlement modes. - Added option
ConnSASLAnonymous()
to enable SASL ANONYMOUS authentication. - UUID support.
- Added basic integration tests against Microsoft Azure Service Bus.
- Debug logging when built with
debug
build tag. - Many bug fixes.
Breaking Changes
- Option
LinkSource()
renamed toLinkAddress()
. - As they are optional,
Message.Header
andMessage.Properties
have been changed to pointers.