本月博客排行
年度博客排行
-
第1名
宏天软件 -
第2名
青否云后端云 -
第3名
龙儿筝 - gashero
- wallimn
- vipbooks
- benladeng5225
- wy_19921005
- fantaxy025025
- e_e
- zysnba
- ssydxa219
- sam123456gz
- javashop
- arpenker
- tanling8334
- kaizi1992
- xpenxpen
- wiseboyloves
- xiangjie88
- ranbuijj
- ganxueyun
- sichunli_030
- xyuma
- wangchen.ily
- jh108020
- lemonhandsome
- zxq_2017
- jbosscn
- Xeden
- luxurioust
- zhanjia
- lzyfn123
- forestqqqq
- ajinn
- nychen2000
- wjianwei666
- hanbaohong
- daizj
- 喧嚣求静
- silverend
- mwhgJava
- johnsmith9th
- kingwell.leng
- lchb139128
- kristy_yy
- lich0079
- jveqi
- java-007
- sunj
最新文章列表
activeMQ不能保存出现异常的message问题
1. 如果执行consumer的代码时出现exception,该message是不会保存起来等下次再发的,那就会造成message丢失.
2. 当发生错误的message保存起来后,重启activemq,它会自动发送之前错误的信息,但是如果这时继续有错误的话,这条message就不会保存起来(既该message丢失)
ps:我是用数据库来保存错误message的
不知是否有什么地方没配置好,还是 ...
关于ActiveMQ的监控和管理
在ActiveMQ的运行过程中,对它的监控和管理尤其重要。
作用:
1.可以查看当前broker,queue,topic,consumer,producer等组件的状态,对他们进行操作。
2.分析系统性能,找到activemq在应用中的瓶颈,对activemq进行优化
3.监控当前queue,topic,message...
4.管理broker
监控和管理方式:
1.JMX的API
这些A ...
ActiveMQ简介PPT
目前我正在研究和应用推广如下项目:
开源ESB:Apache Mule,Apache ServiceMix.
开源MOM:Apache ActiveMQ.
开源webService框架:Apache CXF,Apache XFire
开源路由仲裁框架:Apache Camel.
附件中是一个简单介绍ActiveMQ的ppt.和大家分享一下。
基于jms使用ActiveMQ实现异步日志功能.消息持久到oracle 10g 数据库
package askyaya.entity;import java.io.Serializable;import org.apache.commons.lang.builder.EqualsBuilder;import org.apache.commons.lang.builder.HashCodeBuilder;import org.apache.commons.lang.builder.Ref ...
ActiveMQ stop inactivity read check
You can do the following to fix the issues:
1) Append max inactivity duration to your Uri in the format below: wireFormat.maxInactivityDuration=0
2) Use the same Uri at the client side as well as at t ...
Apache Geronimo 1.0 正式发布 - 明天来详细分析其组件
The Apache Software Foundation is pleased to announce the release of Apache Geronimo 1.0 and welcomes the incubation of key sub-projects, including ActiveMQ, OpenEJB, ServiceMix, WADI and XBean, that w ...