Prashant Shandilya
Prashant Shandilya

Reputation: 71

Axon Framework - Does it support ActiveMQ integration

Does Axon 4.0 support active mq integration? I understand that it has got amqp-extension, however, it seems to be based on rabbit mq (com.rabbitmq » amqp-client).

Not able to find any examples either.

Upvotes: 0

Views: 385

Answers (1)

Allard
Allard

Reputation: 2890

The Axon-AMQP module supports AMQP 0.9. The 1.0 specification isn’t supported yet. The fact that Axon yses the RabbitMQ client doesn’t make it dependent on AMQP. It’s just an implementation that speaks AMQP 0.9. It should be fairly easy to integrate Axon with other nessaging systems, taking the AMQP module as an example. There might already be community-built modules out there. It’s worth doing a quick search on Google/Github to see if there is anything that suits your needs.

Upvotes: 1

Related Questions