5.4 JDBC消息存储-The JDBC message store
The flexibility of the ActiveMQ pluggable message store API allows for many different
implementation choices. The oldest and more common store implementation uses
JDBC for messaging persistence.
ActiveMQ采用灵活的可插拔式的消息存储API,这样可以选择多种不同的API实现.最早和最常用的存储实现是
使用JDBC作为消息持久化的实现方式.
The most common reason why so many organizations choose the JDBC message
store is because they already have expertise administering relational databases. JDBC
persistence is definitely not superior in performance to the aforementioned message
store implementations. The fact of the matter is that many businesses have invested in
the use of relational databases so they prefer to make full use of them.
很多组织使用JDBC消息存储的原因是他们已经拥有专业的关系数据库管理员.在前面介绍过的消息存储实现中,
JDBC持久化存储绝对不是性能最好的.但事实上,很多公司对关系数据库的兴趣源自他们打算充分利用关系数据
库.
未完待续……
赞 赏微信赞赏 支付宝赞赏
本文固定链接: https://www.jack-yin.com/coding/translation/activemq-in-action/768.html | 边城网事