Hi,
Why axon framework does not provide a distributed command bus with an AMQP implementation, like the event bus ?
I would like to solve the problem of “occasionally connected client” in my system using axon framework, so i would like to use two command bus in the system, one command bus for local command, and an other command bus for remote command in order to replicate the system when the “client” (which is in reality a local server, not a gui client) are reconnected to internet.
Thanks,
Baptiste.