Hi, You can also use directly Karaf Decanter (powered by EventAdmin).
Anyway, Decanter is a good example of EventAdmin use if you wanna take a look. Regards JB > Le 18 mai 2020 à 02:53, Davi Baldin Tavares <[email protected]> a écrit : > > Hi all, > > I would like to add an event driven communication to my app. For example if > some sort of data (pattern) is going to be saved into database by the DAO > service, an event should be raised and broadcasted to other > bundle/services/listeners. Instead of writing my own “AMQP” framework, can I > reuse current Karaf EventAdmin implementation? Event propagation is only > required inside the same instance and the outside Comunication is not > necessary right now. It is ok to extend the EventAdmin usage beyond bundle > lifecycle and framework stuff? > > Thanks, > > Davi
