Skip to content

Use Azure Service Bus for message queue? #2047

Answered by miguelgrinberg
spmsh asked this question in Q&A
Discussion options

You must be logged in to vote

You would need to write a custom subclass of the PubSubManager class in package python-socketio. Take a look at the Redis implementation, for example: https://github.com/miguelgrinberg/python-socketio/blob/main/src/socketio/redis_manager.py.

Once you write a similar class for your queue, you can pass an instance of it to the message_queue argument for Socket.IO to use.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by spmsh
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