Please, can you point me to some manual/example how to configure AMQP(rabbit broker used) without spring? or spring is must ? + is there any doc saying pros and cons of such a configuration in relation to cmd/event/query bus capabilities ?
thanks
Please, can you point me to some manual/example how to configure AMQP(rabbit broker used) without spring? or spring is must ? + is there any doc saying pros and cons of such a configuration in relation to cmd/event/query bus capabilities ?
thanks
I would like to correct my question, actually it would be enough if there is possibility to configure axon server to use rabbit broker for messaging.
I am afraid that, although the AMQP Extension would be able to provide non-Spring solutions, it only contains a Spring solution at the moment as the message source. Hene, this would be custom built.
This is doable, but, again, requires custom code. For Axon Server, you could make a so-called plugin to get the job done. But, perhaps that’s to much work (which I understand), so I would like to point you to Axon Server’s integration support too.
At this point, an integration can be an HTTPS endpoint or RSocket.
Sorry to provide potential disappointing answers, @moravec. Nonetheless, I hope the above helps you further!