Hi, It seems when some ACL errors occur, the C++ broker is sometimes using the AMQP 1.0 error code unauthorized-access and sometimes internal-error. For example the "ACL denied queue access" error is amqp:unauthorized-access:
[0x24ca9d0:0] <- @detach [handle=0, closed=true, error=@error [condition=:"amqp:unauthorized-access", description="ACL denied queue access request from ABCFR_ABCFRALMMACC1@QPID0000(/home/jakub/qpid/qpid-trunk/cpp/src/qpid/broker/amqp/Authorise.cpp:72)"]] But "ACL denied queue create access" is amqp:internal-error: [0x1d14b10:0] <- @detach [handle=1, closed=true, error=@error [condition=:"amqp:internal-error", description="unauthorized-access: ACL denied queue create request from ABCFR_ABCFRALMMACC1@QPID0000(/home/jakub/qpid/qpid-trunk/cpp/src/qpid/broker/Broker.cpp:1295)"]] Is there some reason why use for similar problem different errors? I would expect that all ACL errors should be returned as amqp:unauthorized-access, or? Thanks & Regards Jakub
