
英文文档翻译
Jack_Yin
不高 不拽 不帅 有点坏
展开
-
7.2 Spring中集成 ActiveMQ
博客搬家,更好阅读体验,猛戳 http://www.jack-yin.com/english/translation/activemq-in-action/1552.html 7.2 Embedding ActiveMQ using Spring7.2 Spring中集成 ActiveMQ ActiveMQ is developed with Spring in mind....2013-11-01 17:29:31 · 101 阅读 · 0 评论 -
4.3 通过网络连接到ActiveMQ
4.3 Connecting to ActiveMQ over the network4.3 通过网络连接到ActiveMQ The most common usage scenario is to run ActiveMQ as a standalone Java application.This implies that clients (producer and consu...2013-09-25 10:03:05 · 303 阅读 · 0 评论 -
4.2 传输连接器
4.2 Transport connectors4.2 传输连接器 In order to exchange messages, producers and consumers (clients) need to connect tothe broker. This client-to-broker communication is performed through tr...2013-09-25 09:10:01 · 192 阅读 · 0 评论 -
3.4 小结
3.4 Summary3.4 小结 This brief introduction to the book examples is meant to be just that—quick andfocused. The jobs and portfolio use cases are common in the business world, butthey’re only...2013-09-24 11:05:12 · 98 阅读 · 0 评论 -
3.3 用例2: job queue 示例
3.3 Use case two: the job queue example3.3 用例2: job queue 示例 The second use case focuses on job queues to illustrate point-to-point messaging. Thisexample uses a Producer class to send job me...2013-09-24 10:40:10 · 203 阅读 · 0 评论 -
3.2 用例一: stock portfolio实例
3.2 Use case one: the stock portfolio example3.2 用例一: stock portfolio实例 As mentioned earlier in the chapter, the first use case revolves around a stock portfoliouse case for demonstrating pub...2013-09-23 11:00:30 · 357 阅读 · 0 评论 -
3.1 下载Maven并编译实例源码
3.1 Downloading Maven and compiling the examples3.1 下载Maven并编译实例源码 Here are the steps to download and install Maven:1 Download Maven from the Apache Software Foundation: http://maven.apache...2013-09-23 10:59:52 · 171 阅读 · 0 评论 -
第三章 ActiveMQ 实例
The ActiveMQ in Action examples第三章 ActiveMQ 实例 This chapter covers Introduction to the use case for each of the book examples Use of Maven for compiling and running the examples How t...2013-09-22 15:27:41 · 217 阅读 · 0 评论 -
4.1 了解连接器的URI
4.1 Understanding connector URIs 4.1 了解连接器的URI Before discussing the details of connectors and their role in the overall ActiveMQarchitecture, it’s important to understand connector URIs. ...2013-09-22 10:32:20 · 237 阅读 · 0 评论 -
第四章 连接到ActiveMQ
Connecting to ActiveMQ第四章 连接到ActiveMQ The main role of a JMS broker such as ActiveMQ is to provide a communicationinfrastructure for client applications. For that reason, ActiveMQ provides co...2013-09-22 10:30:46 · 207 阅读 · 0 评论 -
14.5 小结
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1886.html 14.5 Summary14.5 小结 After we learned how to configure the broker and write applications using i...原创 2014-01-13 10:43:53 · 154 阅读 · 0 评论 -
14.4 配置ActiveMQ日志
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1884.html 14.4 Configuring ActiveMQ logging14.4 配置ActiveMQ日志 So far we’ve seen how you can monitor ActiveMQ ...2014-01-10 10:22:51 · 1140 阅读 · 0 评论 -
14.3 ActiveMQ的管理工具
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1879.html 14.3 Tools for ActiveMQ administration14.3 ActiveMQ的管理工具 A wide range of tools exist for monitorin...2014-01-10 10:21:36 · 994 阅读 · 0 评论 -
14.2 使用advisory监控ActiveMQ
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1873.html 14.2 Monitoring ActiveMQ with advisory messages14.2 使用advisory监控ActiveMQ The JMX API is a well-kn...2014-01-10 10:20:58 · 437 阅读 · 0 评论 -
14.1 JMX API和ActiveMQ
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1814.html 14.1 The JMX API and ActiveMQ14.1 JMX API和ActiveMQ Nearly every story on management and monitorin...2014-01-10 10:19:50 · 269 阅读 · 0 评论 -
14 管理和监控ActiveMQ
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1810.html 14 Administering and monitoring ActiveMQ14 管理和监控ActiveMQ This chapter covers本章内容包括 ? Underst...2014-01-10 10:18:54 · 178 阅读 · 0 评论 -
13.5 小结
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1808.html 13.5 Summary13.5 小结 In general, message performance can be improved by asking ActiveMQ to do les...2014-01-02 17:25:59 · 131 阅读 · 0 评论 -
4.4 通过虚拟机连接到ActiveMQ(VM连接器)
4.4 Connecting to ActiveMQ inside the virtual machine(VM connector)4.4 通过虚拟机连接到ActiveMQ(VM连接器) The VM transport connector is used by Java applications to launch an embedded brokerand connect...2013-10-10 16:46:08 · 492 阅读 · 0 评论 -
4.5 网络连接器
4.5 Network connectors4.5 网络连接器 A network of brokers creates a cluster composed of multiple ActiveMQ instances thatare interconnected to meet more advanced messaging scenarios. Various topolo...2013-10-15 17:22:35 · 383 阅读 · 0 评论 -
4.6 小结
4.6 Summary4.6 小结 Connectivity options for ActiveMQ are extremely important, and one of the first itemsthat users encounter. The format of ActiveMQ URIs is designed to be easy to understand...2013-10-16 09:28:16 · 124 阅读 · 0 评论 -
7.1 Java应用程序中嵌入ActiveMQ
博客搬家, 更好阅读体验,猛戳 http://www.jack-yin.com/english/translation/activemq-in-action/1545.html 7.1 Embedding ActiveMQ using Java7.1 Java应用程序中嵌入ActiveMQ Although most developers today use some k...2013-11-01 09:12:38 · 200 阅读 · 0 评论 -
7 使用ActiveMQ创建Java程序
博客搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/english/translation/activemq-in-action/1540.html 7 Creating Java applications with ActiveMQ7 使用ActiveMQ创建Java程序 This chapter covers Embedding Ac...2013-10-30 14:49:12 · 128 阅读 · 0 评论 -
6.5 小结
博客搬家,更好阅读体验,猛戳 http://www.jack-yin.com/english/translation/activemq-in-action/1536.html 6.5 Summary6.5 小结 In this chapter, the ActiveMQ broker was secured from non-authenticated and nonaut...2013-10-30 10:37:23 · 97 阅读 · 0 评论 -
6.4 基于证书的安全授权机制
博客搬家, 更好阅读体验,猛戳:http://www.jack-yin.com/english/translation/activemq-in-action/1525.html 6.4 Certificate-based security6.4 基于证书的安全授权机制 Earlier in this chapter, we described ActiveMQ plug-i...2013-10-30 09:48:55 · 222 阅读 · 0 评论 -
6.3 创建自定义安全插件
博客已搬家, 更好的阅读体验,请移步: http://www.jack-yin.com/english/translation/activemq-in-action/1089.html 6.3 Building a custom security plug-in6.3 创建自定义安全插件 So far this chapter has focused on the buil...2013-10-28 17:24:42 · 164 阅读 · 0 评论 -
6.2 授权
6.2 Authorization6.2 授权 To build upon authentication, consider a use case requiring more fine-grained controlover clients to authorize certain tasks. In most stock trading applications, only ...2013-10-28 15:08:19 · 392 阅读 · 0 评论 -
6.1 安全认证
6.1 Authentication6.1 安全认证 All security concepts in ActiveMQ are implemented as plug-ins. This allows for easyconfiguration and customization via the <plugin> element of the ActiveMQ XM...2013-10-25 16:21:11 · 271 阅读 · 0 评论 -
6 ActiveMQ消息安全管理
6 Securing ActiveMQ6 ActiveMQ消息安全管理 This chapter coversHow to use authentication in ActiveMQHow to use authorization in ActiveMQHow to create a custom security plug-in for ActiveMQUsing...2013-10-24 15:14:02 · 179 阅读 · 0 评论 -
5.7 小结
5.7 Summary5.7 小结 This chapter began by discussing how messages are stored differently for queues andtopics. Then the various message store implementations were explained and discussed,incl...2013-10-24 11:12:05 · 130 阅读 · 0 评论 -
5.6 为消息消费者缓存消息
5.6 Caching messages in the broker for consumers5.6 为消息消费者缓存消息 Although one of the most important aspects of message persistence is that the messageswill survive in long-term storage, there ...2013-10-24 10:47:22 · 216 阅读 · 0 评论 -
5.5 内存消息存储
5.5 The memory message store5.5 内存消息存储 The memory message store holds all persistent messages in memory. No active cachingis involved, so you have to be careful that both the JVM and the memo...2013-10-18 17:03:08 · 135 阅读 · 0 评论 -
5.4 JDBC消息存储
5.4 The JDBC message store5.4 JDBC消息存储 The flexibility of the ActiveMQ pluggable message store API allows for many differentimplementation choices. The oldest and more common store implementa...2013-10-18 15:29:29 · 123 阅读 · 0 评论 -
5.3 AMQ消息存储
5.3 The AMQ message store5.3 AMQ消息存储 The AMQ message store, like KahaDB, is a combination of a transactional journal forreliable persistence (to survive system crashes) and high-performance ...原创 2013-10-18 11:13:02 · 312 阅读 · 0 评论 -
5.2 KahaDB消息存储
5.2 The KahaDB message store5.2 KahaDB消息存储 The recommended message store for general-purpose messages since ActiveMQ version5.3 is KahaDB. This is a file-based message store that combines a t...2013-10-17 15:08:56 · 218 阅读 · 0 评论 -
5.1 ActiveMQ如何存储消息
5.1 How are messages stored by ActiveMQ?5.1 ActiveMQ如何存储消息 It’s important to gain some basic knowledge of the storage mechanisms for messagesin an ActiveMQ message store. This will aid in con...2013-10-16 11:02:25 · 138 阅读 · 0 评论 -
5 ActiveMQ 消息存储
ActiveMQ message storageActiveMQ 消息存储 This chapter covers How messages are stored in ActiveMQ for both queues and topics The four styles of message stores provided with ActiveMQ How Ac...2013-10-16 10:12:53 · 170 阅读 · 0 评论 -
13.4 性能优化实战
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1805.html 13.4 Tuning in action13.4 性能优化实战 Let’s demonstrate pulling some of these performance-tuning option...2014-01-02 17:25:16 · 129 阅读 · 0 评论 -
13.3 优化消息消费者
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1800.html 13.3 Optimizing message consumers13.3 优化消息消费者 In order to maximize application performance, you...2014-01-02 17:23:58 · 109 阅读 · 0 评论 -
11 ActiveMQ代理功能实战
博客已搬家, 更好阅读体验, 戳 http://www.jack-yin.com/english/translation/activemq-in-action/1683.html 11 ActiveMQ broker features in action11 ActiveMQ代理功能实战 This chapter covers本章内容包括: ? Using wi...2013-12-04 17:37:13 · 229 阅读 · 0 评论 -
10.4 小结
博客已搬家, 更好 阅读体验, 戳 http://www.jack-yin.com/english/translation/activemq-in-action/1676.html 10.4 Summary10.4 小结 In this chapter you’ve learned how to configure ActiveMQ brokers to provide h...2013-12-04 16:43:00 · 82 阅读 · 0 评论