
文档
文章平均质量分 83
「已注销」
简述就是卖身契
展开
-
ActiveMQ - Message Dispatching Features - Producer Flow Control
本文转自:https://blog.youkuaiyun.com/neareast/article/details/7581855Producer Flow Control生产者流量控制In ActiveMQ 4.x flow control was implemented using TCP flow control. The underlying network connection of thr...转载 2018-10-26 22:15:51 · 244 阅读 · 1 评论 -
ActiveMQ - Message Dispatching Feautres - Message Cursors
Message Cousors 消息指针(消息游标)A common problem in previous versions of ActiveMQ was running out of RAM buffer when using non-persistent messaging.在ActiveMQ的早期版本中,一个常见的问题是在使用非持久消息传递时耗尽RAM缓冲区。Beginnin...翻译 2018-10-27 15:16:39 · 247 阅读 · 0 评论 -
Quartz手册 - Lesson 1: Using Quartz
Table of Contents | Lesson 2 ›Lesson 1: Using QuartzBefore you can use the scheduler, it needs to be instantiated (who’d have guessed?). To do this, you use a SchedulerFactory. Some users of Quart...翻译 2018-11-02 16:42:12 · 297 阅读 · 0 评论 -
Quartz手册 - Lesson 2: The Quartz API, and Introduction to Jobs And Triggers
Table of Contents | ‹ Lesson 1 | ‹ Lesson 3 |Lesson 2: The Quartz API, Jobs And TriggersThe Quartz APIThe key interfaces of the Quartz API are:Scheduler - the main API for interacting with the...翻译 2018-11-02 17:48:49 · 305 阅读 · 0 评论 -
Quartz手册 - Lesson 9: Job Stores
JobStore’s are responsible for keeping track of all the “work data” that you give to the scheduler: jobs, triggers, calendars, etc. Selecting the appropriate JobStore for your Quartz scheduler instanc...翻译 2018-11-04 20:32:58 · 347 阅读 · 0 评论