Hi,
Its still the question on event handling on a distributed system.
For an application configured to use amqp, when an event is generated, axon uses the absolute path of the event class as the type of the event. In a different service, this path will probably not exist, so handling this event will virtually be impossible.
Is it possible to change the event type when sending the event over ampq?