0

There is a way in Spring to configure Redis queue listeners using annotations?

I would like something like Annotation-based SQS Queue Listener from Spring Cloud for AWS, but using Redis as a queue.

Looking the documentation I can't find anything that fits well for me.

This feature is already implemented in Spring or I need implement it by my own?

1 Answers1

0

Spring Cloud Stream has support for redis

Dave Syer
  • 56,583
  • 10
  • 155
  • 143