Commit c75dbdf0 by 杨树贤

修改队列吗

parent 5489057a
Showing with 3 additions and 2 deletions
......@@ -2,10 +2,11 @@ package queue
import (
"fmt"
"go_supplier_sever/app/service"
"github.com/ichunt2019/cfg/lib"
"github.com/ichunt2019/go-rabbitmq/utils/rabbitmq"
"github.com/tidwall/gjson"
"go_supplier_sever/app/service"
)
type RecvPro struct {
......@@ -46,7 +47,7 @@ func (t *RecvPro) FailAction(dataByte []byte) error {
func Run() {
t := &RecvPro{}
rabbitmq.Recv(rabbitmq.QueueExchange{
"supplier_erp",
"supplier_erp_RabblitMQ",
"",
"",
"",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment