이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
go_rely_warehouse
/
zyos_go_mq_consume
보기
4
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
update 供应链加入商品库
three
DengBiao
11 달 전
부모
d0da1451da
커밋
a08845466c
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
consume/mall_add_supply_goods.go
+ 1
- 1
consume/mall_add_supply_goods.go
파일 보기
@@ -29,7 +29,7 @@ func MallAddSupplyGoodsConsume(queue md.MqQueue) {
//1、将自己绑定到交换机上
ch.Bind(queue.Name, queue.ExchangeName, queue.RoutKey)
//2、取出数据进行消费
ch.Qos(1
0
)
ch.Qos(1)
delivery := ch.Consume(queue.Name, false)
var res amqp.Delivery
쓰기
미리보기
불러오는 중...
취소
저장