If a queue is declared by one client as durable and non-auto-delete, but then a second client connects and declares the same queue (this time non-durable and auto-delete), is the second queue declaration NOOP'd entirely or do the different properties now take effect? Thank you in advance. -J