Hi,
what would be the best way to transfer a public event message between two Bounded Contexts where one BC is using Axon 2.0 and the other BC is not aware of Axon at all?
The public message is an immutable java object whose type is known to both BCs and serialized with XStream. RabbitMQ as transport.
Geir