I was wondering if anyone has an example of implement spring security with a CXF JMS Endpoint. We currently secure all of our endpoints with the <security:http> element, limiting access to certain endpoints to a particular role(s).
Now we have a requirement to enforce security for JMS endpoints. It seems that the listener that picks it off the JMS queue would have to know where to find the credentials on the message. Perhaps we need to write our own interceptors to do this? I figured I would post here before I start my own investigation. Any help would be greatly appreciated. Thanks, John -- View this message in context: http://old.nabble.com/Spring-Security-with-CXF-JMS-Endpoint-tp27409262p27409262.html Sent from the cxf-user mailing list archive at Nabble.com.
