Hi Carl and other C++ ACL people, I'm planning on committing the work I have done so far on the new ACL specification for the Java broker and there were a few questions I had about some of the way C++ implements the ACLs as it would be great to get both brokers operating in the same way.
I don't recall what the domani and realm values were used for in the ACL spec or broker. user = userna...@domain[/realm]] What does the C++ broker use domain and realm for? Also what validation does the C++ broker do on the file? Why do we need to declare the users in the ACL file? Do you require all users to be specified in the ACL file before they are 'used'? Are the objects that are referenced in the ACL file checked to ensure they exist. i.e. acl allow user consume queue name=ExampleQueue Does the broker log an error or fail to start up if ExampleQueue doesn't exist? Regards Martin -- Martin Ritchie --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:[email protected]
