it is not applied to the vm transport, you would need to use tcp to connect to your embedded broker to make use of authorization.
On 27 September 2011 08:49, Alistair Young <[email protected]> wrote: > is there any reason why MessageAuthorizationPolicy::isAllowedToConsume is not > called from this? > > broker = new BrokerService(); > broker.setMessageAuthorizationPolicy(new MessageGuard()); > broker.addConnector(BROKER_URL); > broker.start(); > > MessageGuard::isAllowedToConsume is never called when a message is sent to > the embedded broker. It's called fine when used on the server. Doesn't work > in a JUnit test. > > Alistair > > -- > mov eax,1 > mov ebx,0 > int 80h > > > > > -- http://fusesource.com http://blog.garytully.com
