Replies: 1 comment
-
is there a case you're sending messages without registering the queue or enqueue method is called before registerQueue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have this issue.
I am using rqueue to build microservice. In service that pushlishes message to queue. I got this error
com.github.sonus21.rqueue.exception.QueueDoesNotExist
my code config:
redis config:
I am using java spring version: 2.5.0
Beta Was this translation helpful? Give feedback.
All reactions