About publishing event using springAMQPpublisher

How can I use springamqppublisher to publisher my events to rabbitmq??

Hi,

Basically, you just need to add spring-amqp as a depencency (as well as the autoconfiguration), and put the following line in application.properties:
axon.amqp.exchange=ExchangeName

Also see https://docs.axonframework.org/part3/spring-boot-autoconfig.html#enabling-amqp

Cheers,

Allard

Hi Allard,
That really worked, thanks for helping me.

Cheers,
Arjun