- 浏览: 312218 次
-
最新评论
-
M_drm:
学习了,赞
JDBC 分布式事务 基础知识 JTA基本原理 -
jackyin5918:
...
[转]PowerMock 简介 使用 PowerMock 以及 Mockito 实现单元测试 -
happyle:
同感啊.....
因为眼花而引发的悲剧 -- Spring 整合Shiro框架中注入RolePermissionResolver到AuthorizingRealm -
jackyin5918:
hemingyuan 写道博主,你的压缩文件貌似打不开啊,能不 ...
Spring3 集成 Hibernate4,使用Atomikos3.8实现分布式事务控制 -
hemingyuan:
博主,你的压缩文件貌似打不开啊,能不能上传一个完整的例子,别分 ...
Spring3 集成 Hibernate4,使用Atomikos3.8实现分布式事务控制
文章列表
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1797.html
13.2 Optimizing message producers
13.2 优化消息生产者
The rate at which producers send messages to an ActiveMQ message broker before
they’re dispatched to consumers is a fundamental element of overall app ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1789.html
13.1 General techniques
13.1 通用调优技术
You can do two simple things to improve JMS messaging performance: use nonpersistent
messaging, or if you really need guar ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1785.html
13 Tuning ActiveMQ for performance
13 ActiveMQ性能调优
This chapter covers
? Learn general tuning techniques
? How to optimize producers and consumers
? An example application that has been tuned
本 ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1783.html
12.7 Summary
12.7 小结
In this chapter we learned about some of the advanced features that an ActiveMQ client
can use above and beyond the JMS specification.
本章中,我们学习了一些ActiveMQ客户端的高级功能,这些功能超过了JMS规范的定 ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1778.html
12.6 Scheduling messages to be delivered by ActiveMQ in the future
12.6 使用ActiveMQ消息调度延迟发送消息
The ability to schedule a message to be delivered after a delay, or at regular intervals,
is an extremely ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1764.html
12.5 Surviving network or broker failure with the failover protocol
12.5 使用故障转移协议应对代理或网络故障
We introduced the failover protocol in chapter 4, where we explained the basics
behind allowing a client to ...
博客已更新, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1759.html
12.4 Blob messages
12.4 使用二进制消息
ActiveMQ introduced the concept of blob messages so that users can take advantage of
ActiveMQ message delivery semantics (transactions, load balancing, and smart routi ...
12.3 ActiveMQ streams
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1754.html
12.3 使用ActiveMQ 流
ActiveMQ streams are an advanced feature that allows you to use an ActiveMQ client as
a Java IOStream. ActiveMQ will break an OutputStream into distinct chunks ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1752.html
12.2 Message groups
12.2 消息群组
We can refine the exclusive consumer concept further with message groups. Instead
of all messages going to a single message consumer, messages can be grouped
together f ...
博客已搬家,更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1749.html
12.1 Exclusive consumers
12.1 排他性消息消费者
When messages are dispatched from an ActiveMQ broker, they’ll always be in first in,
first out order. But if you have more than one message consumer for a queue ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1745.html
12 Advanced client options
12 客户端高级选项
This chapter covers
? How to use exclusive consumers
? The power of message groups
? Understanding support for streams and blobs
? The failover transport
? S ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1743.html
11.8 Summary
11.8 小结
In this chapter you’ve learned how to use wildcard and composite destinations, to
improve the flexibility of your ActiveMQ applications to receive and send messages
with multipl ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1732.html
11.7 Routing engine with Apache Camel framework
11.7 使用Apache Camel路由引擎框架
Apache Camel is a simple-to-use integration framework that’s easily embedded in containers
and applications.
Apache Camel ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/coding/translation/activemq-in-action/1727.html
11.6 Extending functionality with interceptor plug-ins
11.6 使用拦截器插件扩展代理功能
ActiveMQ provides the ability to supply custom code to supplement broker functionality.
To do so requires a good understan ...
博客已搬家, 更好阅读体验, 猛戳 http://www.jack-yin.com/english/translation/activemq-in-action/1708.html
11.5 Message redelivery and dead-letter queues
11.5 消息重发和死信队列
When messages expire on the ActiveMQ broker (they exceed their time-to-live, if set)
or can’t be redelivered, they’re moved to a dead-le ...