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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
You're missing |
Beta Was this translation helpful? Give feedback.
You're missing
@RqueueListener
annotated 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( ...)