Hi,
Each command bus has it’s pros and cons, so I want to use different command bus according to different command message.
I’m using Spring boot 2.2.4 + Axon 4.2.1.
I tried to add two @Bean annotated command bus in Spring config class(one is SimpleCommandBus ,another one AsynchronousCommandBus), but Axon raises exception because Axon expect one command bus but found two.
So , how can I use multiple command bus and customize the route policy for the command buses ?
Regards,
Sean