Mauro Servienti

Results 164 issues of Mauro Servienti

The SQS transport comes with a CLI that helps in [creating the required resources](https://docs.particular.net/transports/sqs/operations-scripting#create-resources). An improvement to the CLI experience would be that, when compiling the source code of an...

candidate-for-next-release

X-Ray is the distributed tracing solution for AWS. It's worth investigating the effort required to allow the transport to send X-Ray segments to the X-Ray infrastructure. This would simplify customers'...

candidate-for-next-release

Due to the way SQS works (message pickup + visibility timeout) there always is the possibility that, if message processing takes longer than the default (30") visibility timeout, it results...

candidate-for-next-release

SNS supports [batching](https://aws.amazon.com/about-aws/whats-new/2021/11/amazon-sns-supports-publishing-batches-messages-single-api-request/) up to 10 messages in a publish request.

As part of #998 it was necessary to expose to users the message visibility timeout as a configurable setting. We made the decision to expose that as a setting bound...

candidate-for-next-release

Similarly to #496 the SNS custom mapping support could be extended to support multiple accounts: ``` var transport = endpointConfiguration.UseTransport(); transport.MapEvent("namespace-OrderAccepted", publisherAwsAccountId = "234234324"); ``` This in combination with #496...

candidate-for-next-release

_spun off from #191_ Quoted from https://github.com/Particular/NServiceBus.AmazonSQS/issues/191#issuecomment-424955637 The idea is to use CloudWatch Events to trigger the timeout - this allows an AWS native service to take ownership of the...

The current tables design of the SqlTransport is sub-optimal and should be redesigned. Starting Sql Server 2014 memory-optimized tables are supported, meaning a table exists only in memory and, if...

Babelfish for Aurora PostgreSQL is a new capability for Amazon Aurora PostgreSQL-Compatible Edition that enables Aurora to understand commands from applications written for Microsoft SQL Server. Testing if SqlTransport tests...

candidate-for-next-release