Description
Basically when you create a queue/topic and connect either a producer or consumer to that queue/topic advisory topics are created; if you later delete the queue/topic the advisory topics aren't cleaned up. This could become a problem for folks that tend to create and destroy queues/topics often for whatever reason. Patch fixes this and adds a test for topics and queues.