@@ -92,7 +92,7 @@ class RoomService extends CrudService {
if (result) {
const { mq } = this.ctx;
if (mq) {
- const exchange = 'quest_publish' + res.id;
+ const exchange = 'quest_publish_' + res.id;
const parm = {
durable: true,
headers: {