OpenCTI-Platform / opencti

Open Cyber Threat Intelligence Platform
https://opencti.io
Other
6.38k stars 942 forks source link

Upgrade AMQP protocol to 1.0 after RabbitMQ 4.0 upgrades #8552

Open aHenryJard opened 1 month ago

aHenryJard commented 1 month ago

Use case

Starting from rabbitMQ 4.0, AMQP protocol 1.0 is natively supported, and it should be more performant.

https://www.rabbitmq.com/blog/2024/08/05/native-amqp

This will requires some dependency updates at least and maybe also some code change.

Current Workaround

Proposed Solution

Additional Information

If the feature request is approved, would you be willing to submit a PR?

Yes / No (Help can be provided if you need assistance submitting a PR)

sbocahu commented 1 month ago

Additionally, AMQP 1.0 has other implementations. Would it be interesting to support AMQP 1.0 instead of "Rabbitmq", adding support for others services such as Azure Service Bus ?