This website works better with JavaScript.
Home
Explore
Help
Sign In
go_rely_warehouse
/
zyos_go_mq_consume
Watch
4
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新
three
huangjiajun
10 months ago
parent
2c8f648d3f
commit
fd45288a71
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
consume/zhios_order_total.go
+ 1
- 1
consume/zhios_order_total.go
View File
@@ -26,7 +26,7 @@ func ZhiosOrderTotal(queue md.MqQueue) {
//1、将自己绑定到交换机上
ch.Bind(queue.Name, queue.ExchangeName, queue.RoutKey)
//2、取出数据进行消费
ch.Qos(1)
ch.Qos(1
00
)
delivery := ch.Consume(queue.Name, false)
var res amqp.Delivery
Write
Preview
Loading…
Cancel
Save