Skip to content

Commit

Permalink
update image url http
Browse files Browse the repository at this point in the history
  • Loading branch information
SFLAQiu authored Mar 4, 2019
1 parent 4098674 commit 4fc445a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,11 +429,11 @@ public static void TopicConsume<T>(Action<T> callback, string exChangeName = "to

具体发布/订阅消息的Demo和相关测试看源码Demo

![image](https://blog.thankbabe.com/imgs/rabbit_demo.jpg)
![image](http://blog.thankbabe.com/imgs/rabbit_demo.jpg)

为了方便使用,demo改进版本:

![image](https://blog.thankbabe.com/imgs/rabbit_demo_2.jpg)
![image](http://blog.thankbabe.com/imgs/rabbit_demo_2.jpg)

---

Expand Down Expand Up @@ -464,7 +464,7 @@ using里的对象在执行完成后被回收了,导致刚连接上去就又断
到RabbitMQ管理后台添加`TestQueue`VHost,并且分配用户权限,然后到`RabbitMQHelper.BusBuilder`类里配置RabbitMQ连接服务的相关信息
`host=127.0.0.1:5672;virtualHost=TestQueue;username=sa;password=123456`,(根据配置的内容和用户修改)

![image](https://blog.thankbabe.com/imgs/rabbitmq-ht.png)
![image](http://blog.thankbabe.com/imgs/rabbitmq-ht.png)

---
**参考资料(鸣谢):**
Expand Down

0 comments on commit 4fc445a

Please sign in to comment.