skyscreamer / nevado

A JMS driver for Amazon SQS.
http://nevado.skyscreamer.org/
Apache License 2.0
51 stars 48 forks source link

Handle SNS JSON format #106

Open erm410 opened 9 years ago

erm410 commented 9 years ago

Handles the case where a message is published to an SNS topic and received by an SQS queue by handling the HessianFormatException and deserializing the relevant part of the JSON message.

erm410 commented 9 years ago

Fixes #105