EventHandler not catching events
Hi,
I'm trying to post events and have them handled by a couple of services. I'm using the EventAdmin class to post send the event. The topic I use is just a string.
My handlers implement EventHandler and its handleEvent method. I also define the Property annotation, with "event.topics" set to the same topic string used to post the events. But nothing is ever received.
Do I need to create/configure queues somewhere? Does the topic name absolutely needs to be a FQCN?
Thanx.