What's not working?
A scheduled message is not picked up by the listener. The current time has passed by the processAt timestamp but the message is not consumed by the RQueueListener. Aside from the issue, is there any way I could make the scheduled message to be consumed manually?
What're application dependencies ?
- Rqueue Version: 2.13.2
- Spring Boot Version: 2.7.18
- Spring Messaging Version: -
- Spring Data Redis Version: 2.7.18
- Any other spring library dependencies and their version: -
How to Reproduce (optional)?
- Steps to reproduce the behaviour
- A sample reproducible code if possible.
Additional Details (optional)
Message payload in scheduled queue
RqueueMessage(id=f41a9742-f2ef-4d79-a1c7-d3a844db525b, queueName=ebupot.bp2126.bpa1.inquiry.staging, message={"id":860,"deductorNpwp":"xxxxxxxxxxxxxxxx","period":"2025-12-01","bupotNumber":"25000LOJD","bupotId":"f41a9742-f2ef-4d79-a1c7-d3a844db525b","source":"CONSUMER"}, retryCount=null, queuedTime=239968505309976, processAt=1774243567933, reEnqueuedAt=null, failureCount=0, sourceQueueFailureCount=0, sourceQueueName=null, period=0)
What's not working?
A scheduled message is not picked up by the listener. The current time has passed by the
processAttimestamp but the message is not consumed by the RQueueListener. Aside from the issue, is there any way I could make the scheduled message to be consumed manually?What're application dependencies ?
How to Reproduce (optional)?
Additional Details (optional)
Message payload in scheduled queue