Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR Error: Channel closed by server: 404 (NOT-FOUND) with message "QueueNotExist, ReqId:659E6FF13837453200DC44F9, ErrorHelp[queue=amq.rabbitmq.reply-to,consumerTag=null,autoAck, https://c.tb.cn/F3.Zro5uI]" #672

Closed
paulversion opened this issue Jan 10, 2024 · 1 comment

Comments

@paulversion
Copy link

node v18.18.2
golevelup/nest.js 4.1.0

RabbitMQModule.forRoot(RabbitMQModule,{
exchanges: [
{
name: 'exchange.test',
type: 'direct',
createExchangeIfNotExists:false,
},
],
uri:'',
}),

when i start the project Channel closed by server: 404

@paulversion
Copy link
Author

setting the enableDirectReplyTo to false

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant