摘要: 原文地址http://blog.csdn.net/cugb1004101218/article/details/21243927 目录(?)[-] rabbitMQ说明文档 rabbitMQ是什么 消息队列MQ使用过程 rabbitMQ的优点适用范围 rabbitMQ单个节点部署文档 Ubuntu1 阅读全文
posted @ 2016-12-22 14:25 徐继收 阅读(948) 评论(0) 推荐(1) 编辑
摘要: @Transactional(rollbackFor = { Exception.class }) public JSONObject preSendMsg(AuthInfo authInfo, Message message) { JSONObject jsonObject = new ResultJSONObject("000", "消息预发送成功"); tr... 阅读全文
posted @ 2016-12-22 10:54 徐继收 阅读(15965) 评论(1) 推荐(0) 编辑
摘要: spring配置文件 示例java代码 ClassPathXmlApplicationContext contextLoader = new ClassPathXmlApplicationContext( new String[] { "classpath*:spring/applicationCo 阅读全文
posted @ 2016-12-22 10:07 徐继收 阅读(45222) 评论(0) 推荐(1) 编辑