How to create a queue? #58
|
I am getting the error com.github.sonus21.rqueue.exception.QueueDoesNotExist when attempting to write a message. RQueueTaskScheduler.java Configuration Any help is appreciated, feel free to ask for any further info. Thank you. |
Answered by
sonus21
Jan 22, 2021
Replies: 1 comment 6 replies
|
You're missing |
6 replies
Answer selected by
sonus21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're missing
@RqueueListenerannotated methods, Your configuration is incomplete, you can't push data without registering a queue, if you don't want to use listener method, than you can callRqueueEndpointManager.registerQueue( ...)