KNOX
KNOX
DIAdiscord.js - Imagine an app
Created by KNOX on 10/31/2023 in #djs-questions
Anyone using the message broker from discord.js subpackage "brokers"?
Hi Duck, and thanks for replying to me. I'm looking for some working examples of the broker in use. I imagine the idea is having a gateway, some kind of proxy/Rest and then the bot separated from each other. Was hoping I could refactor the broker to use RabbitMQ instead of Redis
4 replies
DIAdiscord.js - Imagine an app
Created by KNOX on 10/30/2023 in #djs-questions
Message broker / Message queue
7 replies
DIAdiscord.js - Imagine an app
Created by KNOX on 10/30/2023 in #djs-questions
Message broker / Message queue
can see they have been doing something
7 replies
DIAdiscord.js - Imagine an app
Created by KNOX on 10/30/2023 in #djs-questions
Message broker / Message queue
basically means that even if the bot is offline, bot commands and events on the server are queued by the broker and hence will be handled when the bot comes back online
7 replies
DIAdiscord.js - Imagine an app
Created by KNOX on 10/30/2023 in #djs-questions
Message broker / Message queue
instead of discord.js subscribing to the gateway directly, it uses a message broker as middleware. Each API message will be published by the message broker and subscribed to by the underlaying clients eg. discord.js bot
7 replies