liuyu 5 년 전
부모
커밋
6597b17357
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/service/chat.js

+ 1 - 1
app/service/chat.js

@@ -19,7 +19,7 @@ class ChatService extends CrudService {
     // TODO MQ
     const { mq } = this.ctx;
     if (mq) {
-      const exchange = 'public_chat';
+      const exchange = 'group_chat';
       const parm = {
         durable: true,
         headers: {