I see that AuthorizationBroker implements SecurityAdminMBean which leads me
to believe that I can administer roles etc. over JMX, is this correct? I am
unable to find anything remotely related to it when using jconsole but on
the other hand I have about 0 experience with JMX :)
If possible, could
If you don't have control over the web service endpoint one option could
be to relay messages using a Camel processor. ServiceMix could also be
an option -
http://www.exforsys.com/tutorials/java-soa/xbean-based-servicemix-http-binding.html
(a few pages in) reports that it can act as both a cons
As long as you do everything within the context of HTTP you will not be able
to keep a persistant connection to the broker. Comet circumvents this by
having long-running connections to the web server but this has never been
something that the protocol should support - realize that for every open
c