Hi,
Why not using Cellar for remote notification ?
Else, a simple possibility is to implement a bundle listener and use
eventadmin to broadcast the events.
Regards
JB
On 23/09/2021 15:15, Andrei Petru Mura wrote:
I want to remotely manage my karaf instance, programatically. I think a
good option for this is the JMX service which karaf already provides. Is
there a way to simply add a listener for a bundle which I know follows
to be installed and then to wait for notifications on this bundle state
changes? Or any type of events related to it?
Thanks,
Andrei