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
