Details
Description
Hi,
I just setup a test on broker federation. On one machine, I run two instances of the broker with ports xxx4 and xxx5. They use different storage directories, but the same ACL file. Then I setup a dynamic route (2-way) between them. Finally I wanted to display the routing map between both. When I do that, one broker gets displayed and the second throws a security exception:
AMQP-EVAL: 2012-08-24 13:05:53 error Execution exception: unauthorized-access: ACL denied queue create request from anonymous@QPID (qpid/broker/Broker.cpp:894)
This is weird since I am running both brokers with (the same) administrative account ("acl allow admins all all").
Does anyone have an idea why that is?