Releases: onlyann/ServiceStack.AzureServiceBus
Releases · onlyann/ServiceStack.AzureServiceBus
v0.1.10
v0.1.8
- Add
GetMessageFilter,PublishMessageFilter,RequestFilterandResponseFilter - Target .net 4.5 instead of 4.6.2
- Speedup startup/teardown of the MQ Server
- Limit queue update by performing a diff when queue already exists
- Expose some operations as async
v0.1.4
- Fix issue where
Nackwas not sending error details when dead lettering QueueNamenow reflects the actual queue names- Fix issue where using
SendAllOneWaywould result in an exception Acknow works for queues other than the In queue- Add
CreateQueueFilterto be able to customise queue creation options.