Azure-Samples / Azure-Samples/java-migration-copilot-samples

[AppCat] Migrate from Spring RabbitMQ AMQP to Azure Service Bus

未关闭
#4 1 条评论 0 个 reaction 已指派 1 人 已被 @seanli1988 认领 在 GitHub 查看
主要语言
JavaScript
星标
25
派生
164
PR 合并指标
30 天内没有已合并 PR

描述

The application uses Spring RabbitMQ based on Spring AMQP in code. To migrate a Java application that uses Spring RabbitMQ to Azure, you can follow these recommendations:

- Provision **Azure Service Bus**: Replace RabbitMQ with Azure Service Bus, a fully managed messaging service that offers reliable message queuing and publish/subscribe capabilities.
- Update the application's **messaging connection** details: Modify the Java application's configuration updating the connection information and message queues/topics.
- Configure Azure Service Bus **queues/topics**: Create appropriate queues or topics in Azure Service Bus to align with your application's messaging requirements. Configure access control and security settings as needed.

### Links

- [Azure Service Bus documentation](https://learn.microsoft.com/azure/service-bus-messaging)
- [Use Azure Service Bus in Spring applications](https://learn.microsoft.com/azure/developer/java/spring-framework/using-service-bus-in-spring-applications)

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。