Iain Bullard 6dce7dcb18 Improve SQS Compatibility with AWS (#1520)
* Return correct error code when fetching a queue that does not exist

* Improve SQS Queue get and set attributes

* Queue creation and set_attributes uses the same code path
    - ensure bool/int values are cast correctly
* RedrivePolicy is handled properly with set_attributes
    - _setup_dlq is called
    - is json decoded, so that returned RedrivePolicy is not json
      encoded twice
* As per AWS not all attributes are returned when they are not set, for
  example RedrivePolicy, FifoQueue, Policy, Kms*
* WaitTimeSeconds is not a queue attribute switch to
  ReceiveMessageWaitTimeSeconds
2018-03-21 08:48:08 -07:00
..
2017-10-28 17:07:34 +01:00
2017-02-23 21:37:43 -05:00
2017-10-22 21:36:39 +01:00
2017-05-10 21:58:42 -04:00
2017-02-23 21:37:43 -05:00
2017-10-28 20:17:34 +01:00
2017-02-23 21:37:43 -05:00
2018-01-14 14:35:53 +09:00
2017-09-27 09:54:46 +01:00
2017-06-20 11:58:18 -07:00
2018-02-19 09:59:52 -06:00
2017-02-23 21:37:43 -05:00
2017-10-16 17:06:22 -07:00
2017-02-15 22:35:45 -05:00
2017-02-23 21:37:43 -05:00
2017-02-23 21:37:43 -05:00