Java Broker 7.1, JMS Client 0.40, running on Linux 1. I am trying to find how to create a queue as an exclusive / no-auto-delete. Is that feature available with latest versions of Java broker? The queue description in the management console has a tag for Exclusive but I found no way of actually setting it. My goal is setting up an exclusive consumer on a particular queue (where message consumption ordering is critical), to prevent accidental startup of another consumer (its really more of an exclusive consumer tag, similar to max-consumers = 1 setting in Artemis). With custom applications I can achieve similar functionality using JMSXGroupID, but with vendor applications that cannot set the header value, I need a more application-agnostic approach.
2. I am configuring Qpid with a 3-node replicated cluster, which seems to work really well, and queue / exchange configuration changes are nicely propagated to other nodes in the cluster. However, user / group / acl setups are local to a specific node. Is there a way to export all that configuration from one node and import to another? I know I can do it with ACL roles, but not with users and groups. I want to avoid tedious setup if I want to add another node to the cluster. Thanks!
