Mark Melville

Results 2 comments of Mark Melville

When it comes to JSON transformations, I have been loving [Jsonata](http://jsonata.org/). The syntax is terse and powerful although sometimes hard to remember. It is also extensible by adding custom functions....

FWIW, this can be accomplished by calling `AmazonSQS::changeMessageVisibility`. Give the method annotated with `@JmsListener` an arg of type `SQSTextMessage`. That class has both `getQueueUrl` and `getRecieptHandle` methods which are the...