当前位置: 首页 > ActiveMQ in Action 读书笔记 > 正文

10 企业级 ActiveMQ 的部署

10 Deploying ActiveMQ in the enterprise

This chapter covers
? Configuring ActiveMQ for high availability
? Understanding networks of brokers
? Scaling the ActiveMQ via configuration

10 企业级 ActiveMQ 的部署

本章内容包括
配置高可用性 ActiveMQ
理解代理网络
通过配置 扩展 ActiveMQ

The first three parts of this book covered how to use ActiveMQ as a messaging and  integration platform. This chapter is the first to cover advanced ActiveMQ configuration,  so if you’re new to messaging or ActiveMQ, you should read the first three  parts before reading this chapter.

本书的前3个部分包含了如何使用ActiveMQ消息系统,以及集成ActiveMQ到各种其他平台的相关内容. 本章是ActiveMQ高级配置的第一部分,因此如果你不熟悉消息或者ActiveMQ,你最好先阅读本书的前三部分.

This chapter will focus on the enterprise deployment of ActiveMQ message brokers,  the type of deployments that are used in production environments where  applications need to be available without message loss at a 24/7 service level. This  chapter will demonstrate how to configure ActiveMQ for high availability so that an  ActiveMQ deployment can survive machine or network loss.

本章将重点关注企业级应用中如何部署ActiveMQ消息代理.应用这种部署的企业级生产环境,要求在24/7级别的服务中不能发生消息丢失.本章将阐述如何配置高可用性ActiveMQ,以便 部署ActiveMQ 能够应对机器或网络故障.

For many organizations, application deployment is global, spanning multiple  offices across large geographical areas. So we’ll show you how ActiveMQ can be  used as a reliable global information conduit by using the technique of store and forward  to pass messages from one geographic location to another.

对于很多组织来说,程序的部署是全球化的,需要跨越座落于多个大地理区域的办公室。因此,我们会展示如何将ActiveMQ作为一个可靠的全球化的信息通道,通过使用存储和转发技术将消息从一个地理区域发送到另外

Finally, we’ll examine deploying ActiveMQ for massively concurrent applications,  where large numbers of concurrent connections and queues are a requirement. We’ll  examine the different configuration and deployment options of ActiveMQ and look at  the pros and cons for each one.

最后,我们将说明如何为大并发应用程序 部署ActiveMQ ,在这种大并发程序要求大量的并发的的连接  和消息队列.我们还将探索ActiveMQ不同的配置和部署选项以及各自的优缺点.

赞 赏

   微信赞赏  支付宝赞赏


本文固定链接: https://www.jack-yin.com/coding/translation/activemq-in-action/1638.html | 边城网事

该日志由 边城网事 于2013年11月22日发表在 ActiveMQ in Action 读书笔记 分类下, 你可以发表评论,并在保留原文地址及作者的情况下引用到你的网站或博客。
原创文章转载请注明: 10 企业级 ActiveMQ 的部署 | 边城网事

10 企业级 ActiveMQ 的部署 暂无评论

发表评论

快捷键:Ctrl+Enter