Ok, thanks ! It's great to ear usages of Karaf ;)
As JB said, the last release of Karaf Cave provider the Deployer helping to deal with Karaf instance administration and it also provide an API Rest. You can take a look to the implementation, may be you can find some usefull stuff : https://github.com/apache/karaf-cave/blob/master/deployer/rest/src/main/java/org/apache/karaf/cave/deployer/rest/DeployerRest.java regards, François Papon [email protected] Le 19/08/2018 à 18:40, Castor a écrit : > Sure! Here our software works mostly on premises and we need a two-way > communication, a JMX connection from our admin to thousands of clients would > be a pain, also there are some commands we need a guarantee of execution and > JMS help us with that. > > > fpapon wrote >> Hi, >> >> I don't really understand why using JMS, can you explain ? >> >> regards, >> >> François Papon >> fpapon@ >> Le 19/08/2018 à 03:13, Castor a écrit : >>> "by the way, what do you mean about remote admin ? Is it something like >>> the Deployer feature we have in Cave?" >>> >>> Yes! the deploy module is quite similar, but using JMS instead of JMX, >>> i've >>> also created a suport to pre and post install hooks and plugins, >>> blue-green >>> deployment, remote health checks and so on. >>> >>> >>> >>> -- >>> Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html > > > > > -- > Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html
