Spring Boot 4.1.1-SNAPSHOT
- Docs says:
To enable support for @RedisListener annotations, you can add @EnableRedisListeners to one of your @configuration classes, as the following example shows:
Whan can means here? I checked @RedisListener works without @EnableRedisListeners and without @Bean RedisMessageListenerContainer redisMessageListenerContainer
- Bean with method annotated with @RedisListener, implementing
SubscriptionListener does not receive subscription notification. It is not confusion but feature request (Kafka works that way). Order of subscription should be manageable.
Spring Boot 4.1.1-SNAPSHOT
Whan can means here? I checked @RedisListener works without @EnableRedisListeners and without
@Bean RedisMessageListenerContainer redisMessageListenerContainerSubscriptionListenerdoes not receive subscription notification. It is not confusion but feature request (Kafka works that way). Order of subscription should be manageable.