liuyu %!s(int64=5) %!d(string=hai) anos
pai
achega
6597b17357
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: {