Hi, I've troubles getting the rest interface to work (version 2.3.0). I've deployed a rest.war (as described in the documentation) within the embedded Jetty server and the server is secured using JAAS. Rest is configured to connect using InVM connector. I understand, that I need to protected the rest service by myself (e.g. by using ServletFilter). But even then, since the rest controllers (provided in rest.jar) do not send any authentication information to the server, every request is being refused by the server and I see no way to configure sort of a default princpipal which can be used for authentication.
How is the rest service supposed to work? Any help on this is much appreciated. Archibald. -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html