Skip to content

Releases: Particular/NServiceBus.AmazonSQS

0.3.0 Pre-Release

15 Jan 01:07
Compare
Choose a tag to compare
  • 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

12 Jan 03:18
Compare
Choose a tag to compare
0.2.0 Pre-Release Pre-release
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.

0.1.0

08 Jan 03:54
Compare
Choose a tag to compare

First pre-release!