SecurityAdminMBean, AuthorizationBroker

2010-03-25 Thread Magnus Persson
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

Re: ActiveMQ with C# Web Service

2010-03-17 Thread Magnus Persson
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

Re: ActiveMQ Can't Execute PHP Code

2010-03-08 Thread Magnus Persson
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