Skip to content

Question about QueueManager.createInstance() initialisation #119

Answered by weyoss
PhilHannent asked this question in Q&A
Discussion options

You must be logged in to vote

@PhilHannent hey!

The master branch of the project is currently pointing to the v8 pe-release.

The documentation for the v7.2.3 release is located at https://github.com/weyoss/redis-smq/tree/v7.2.3 . Here is the QueueManager page https://github.com/weyoss/redis-smq/blob/v7.2.3/docs/api/message-manager.md

I wanted to check if the QueueManager.createInstance() can be called within an async function (instead of in the top level of a file)?

Sure, you can create an instance of the QueueManager asynchronously (within an async function).

V8 Configuration

Starting with the release v8 the message queue configuration is now managed globally from a single place using Configuration.getSetConfig() a…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by weyoss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #112 on April 15, 2025 08:52.