Hi
I have an Axon 2.6 implementation that uses SimpleCommandBus, SimpleEventBus and DefaultCommandGateway to send commands. I send a command in a Jersey resource and my problem is that even though I use the send method (as opposed to sendAndWait) the HTTP response is not returned until the resulting event is processed. Any ideas on things that could cause this behavior?
Very grateful for any pointers.
Best regards
Erik Lindblad