springboot 整合redis 延迟消息功能

1、redis配置项一定要顶格,修改redis如下图的配置:yes 改为 no

springboot 整合redis 延迟消息功能_第1张图片

2、springboot 整合redis 延迟消息功能_第2张图片

3、springboot中配置redis

springboot 整合redis 延迟消息功能_第3张图片

4、监听器

springboot 整合redis 延迟消息功能_第4张图片

5、container

springboot 整合redis 延迟消息功能_第5张图片

6.代码中发布消息

springboot 整合redis 延迟消息功能_第6张图片

你可能感兴趣的:(spring,boot,redis,java)