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
