Releases: Particular/NServiceBus.AmazonSQS
Releases · Particular/NServiceBus.AmazonSQS
2.0.0
2.0.0-pre1
Initial pre-release of v2.0 for NSB 6.
1.3.0
1.2.0
1.1.0
1.0.0
0.3.0 Pre-Release
- Added ability to get credentials from the EC2 instance profile. Set the "CredentialSource" config property to "InstanceProfile".
- Added ability to specify a prefix for all queue names via the "QueueUrlPrefix" config property.
- Fixed a bug where subscription messages would be sent to queues that didn't exist.
- Updated to latest AWSSDK.
0.2.0 Pre-Release
- Added a new configuration option, MaxReceiveMessageBatchSize, which allows receivers to receive up to 10 messages per API call. This can drastically reduce the amount of money you pay to Amazon.
- Added another new configuration option, MaxTTLDays, which specifies the maximum time-to-live of all messages in the transport in days. This applies to data SQS and S3.
- Loads of minor fixes.
As always, the NServiceBus Acceptance Test suite is leveraged to provide the highest possible quality.