If I attempt to rename a queue to a name that I have used previously, but no longer exists it throws a 500 exception.
The remote server returned an error: (500) Internal Server Error. SubCode=50000. Internal Server Error. TrackingId:a8a4c20b-c407-4b5a-8ddf-6e6db1698361_G41,TimeStamp:8/6/2015 9:27:17 PM
How to recreate is Create a Queue named "QueueA" and another called "QueueB", delete "QueueB" and attempt to rename "QueueA" to "QueueB".