波神

导航

2017年5月11日 #

springboot+rabbitmq整合示例程

摘要: 关于什么是rabbitmq,请看另一篇文: http://www.cnblogs.com/boshen-hzb/p/6840064.html 一、新建maven工程:springboot-rabbitmq 二、引入springboot和rabbitmq的依赖 spring.application.n 阅读全文

posted @ 2017-05-11 17:42 波神 阅读(105534) 评论(5) 推荐(13) 编辑

rabbitMQ日常管理(转)

摘要: 原文:http://blog.sina.com.cn/s/blog_790c59140102x5vk.html 一、网页登录方法 http://127.0.0.1:15672/ 用户名和密码默认为guest/guest 用java代码去连接rabbitmq用的端口是5672 二、rabbitMQ基本 阅读全文

posted @ 2017-05-11 11:28 波神 阅读(3960) 评论(0) 推荐(0) 编辑

java/rabbitmp发布订阅示例(转)

摘要: 原文:http://www.cnblogs.com/tinmh/p/6134875.html 发布/订阅模式即生产者将消息发送给多个消费者。 下面介绍几个在发布/订阅模式中的关键概念-- 1. Exchanges (转发器) 可能原来我们都是基于一个队列发送和接收消息。现在介绍一下完整的消息传递模式 阅读全文

posted @ 2017-05-11 09:52 波神 阅读(798) 评论(0) 推荐(0) 编辑