Active MQ 和 Amazon MQ 之间的区别
Difference between Active MQ and Amazon MQ
我知道理论上的区别,例如:
Amazon MQ provides a managed message broker service that takes care of
operating ActiveMQ, including broker set up, monitoring, maintenance,
and provisioning the underlying infrastructure for high availability
and durability. You may want to consider Amazon MQ when you want to
offload operational overhead and associated costs.
我想问的是在使用活动 MQ 和 Amazon MQ 建立连接、获取数据方面有什么不同。(编码方面主要在 java)
我觉得没有区别。
不,代码方面没有区别。它们都使用相同的底层框架和库。
您可能在代码方面看到的唯一区别是 amazonMQ 是 SSL 安全的,这使得它必须通过 username和代码中的密码。
AmazonMQ 适用于等于或大于 <5.15.8> 版本的 activemq 相关依赖项。
- 其他差异显然与 AWS 提供的服务类型有关,例如更好的监控、日志分析、配置 management/version 配置管理等
我知道理论上的区别,例如:
Amazon MQ provides a managed message broker service that takes care of operating ActiveMQ, including broker set up, monitoring, maintenance, and provisioning the underlying infrastructure for high availability and durability. You may want to consider Amazon MQ when you want to offload operational overhead and associated costs.
我想问的是在使用活动 MQ 和 Amazon MQ 建立连接、获取数据方面有什么不同。(编码方面主要在 java) 我觉得没有区别。
不,代码方面没有区别。它们都使用相同的底层框架和库。
您可能在代码方面看到的唯一区别是 amazonMQ 是 SSL 安全的,这使得它必须通过 username和代码中的密码。
AmazonMQ 适用于等于或大于 <5.15.8> 版本的 activemq 相关依赖项。
- 其他差异显然与 AWS 提供的服务类型有关,例如更好的监控、日志分析、配置 management/version 配置管理等