Hello all, I've just recently be going over the fact that we automatically declare and bind queues when we create a new consumer. In a real world system we wouldn't want to have client code automatically creating/binding JMS Queues. In fact the broker should prevent this .. but RBAC/ACLs already have a JIRA and I have a more pressing need to prevent the client side creations.
I have augmented my local code to stop the active creation and bindings by default and setting system property: org.apache.qpid.client.declareJMSQueueWithConsumer = true will restore the previous behaviour. I just wondered if any of my fellow qpid-ians would have a problem with this change in the java client until we re-layer and remove this auto-creation code for queues completely. -- Martin Ritchie
