amazon web service with axon Framework

Hello,

I’m looking to integrate sqs (Simple Queue Service) with Axon Framework to implement CQRS.
If you have an example can you show it please.

Thank You

Hi Rami,

unfortunately, I don’t have any examples for you. However, if you look at the Spring AMQP module (https://github.com/AxonFramework/AxonFramework/tree/master/amqp/src/main/java/org/axonframework/amqp/eventhandling/spring), you’ll find good examples of how to create such integration in the SpringAMQPPublisher and SpringAMQPMessageSource classes, for writing and reading, respectively.

Cheers,

Allard