Robin Salkeld
Robin Salkeld
@nirangad Yes, roughly the same status. Anecdotally I've heard more requests for Python though. I'd encourage you to cut a separate issue for Ruby so we can tally +1's independently.
Would it fit better to create a meta-trait that could connect a trait to the `structure` declaration that defines its value shape? These implicit shapes would become explicit, and this...
I've merged PR #41 and it has been released in 1.0.8. There are a lot of testimonials on the PR about the change fixing things for various people, but I'm...
Hi @storebot - it is absolutely still maintained! I'm almost finished addressing some internal build issues that have made accepting pull requests difficult in the past, at which point I'll...
@candrews - could you separate this into two PRs? After reviewing the JMS specs I'm happy with the "Number" fix, given the allowances for converting to and from String values,...
I've merged https://github.com/awslabs/amazon-sqs-java-messaging-lib/pull/71, so this PR will just be for the binary commit now.
Hi Craig, No I'm afraid not, it won't actually work - as per your comment above (May 22), "it gets the Binary data from the "StringValue" when binary data is...
Extend SQSMessageProducer to facilitate sending batches of JMS messages with SendMessageBatchRequest
Hi there! This isn’t something we have any plans to add, but you have a couple of options. You can use the buffered asynchronous client included with the SQS SDK...
Extend SQSMessageProducer to facilitate sending batches of JMS messages with SendMessageBatchRequest
The buffered asynchronous client will batch together synchronous calls as well: it holds calls open for up to 200 ms to wait for enough concurrent requests to fill a batch,...
Extend SQSMessageProducer to facilitate sending batches of JMS messages with SendMessageBatchRequest
I'm also certainly willing to consider a PR for adding batch sending to SQSMessageProducer though! I don't see anything wrong with adding that capability, but it's also appealing to achieve...