skyscreamer / nevado

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

Reconnect if SQS goes down #108

Open damogallagher opened 9 years ago

damogallagher commented 9 years ago

Hi

Just wondering is there a way to reconnect to an SQS queue if Amazon SQS goes down for any reason? There was a few cases of this happening in the past few weeks and my app queue processing stalled until I restarted my app server

Thanks for any help Damien