-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3.2.0 rabbitma 发送延迟消息存在5秒中的间隔 #3755
Comments
yf |
zhangdaiscott
added a commit
that referenced
this issue
May 31, 2022
【I59M95】自定义JeecgCloudException异常供微服务,及starter模块使用,解决注解添加之后无法实现重复提交的拦截提示 【I58FJ5】修改quartz默认配置参数,延迟启动解决服务重启多次执行问题 【#3755】优化rabbitmq代码删除setQueueNames方法避免发送延迟 升级springcloud到2021.0.3,解决Spring Cloud Gateway SpEL表达式注入问题 升级积木报表到最新版 【issues/3666】同步钉钉用户到本地,违反数据库唯一主键规则,导致插入失败
修复了 |
XKC1025
pushed a commit
to XKC1025/jeecg-boot
that referenced
this issue
Mar 13, 2023
【I59M95】自定义JeecgCloudException异常供微服务,及starter模块使用,解决注解添加之后无法实现重复提交的拦截提示 【I58FJ5】修改quartz默认配置参数,延迟启动解决服务重启多次执行问题 【jeecgboot#3755】优化rabbitmq代码删除setQueueNames方法避免发送延迟 升级springcloud到2021.0.3,解决Spring Cloud Gateway SpEL表达式注入问题 升级积木报表到最新版 【issues/3666】同步钉钉用户到本地,违反数据库唯一主键规则,导致插入失败
EightMonth
pushed a commit
to EightMonth/jeecg-boot
that referenced
this issue
Dec 28, 2023
【I59M95】自定义JeecgCloudException异常供微服务,及starter模块使用,解决注解添加之后无法实现重复提交的拦截提示 【I58FJ5】修改quartz默认配置参数,延迟启动解决服务重启多次执行问题 【jeecgboot#3755】优化rabbitmq代码删除setQueueNames方法避免发送延迟 升级springcloud到2021.0.3,解决Spring Cloud Gateway SpEL表达式注入问题 升级积木报表到最新版 【issues/3666】同步钉钉用户到本地,违反数据库唯一主键规则,导致插入失败
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
版本号:3.2.0
问题描述:org.jeecg.boot.starter.rabbitmq.client.RabbitMqClient 中可能存在之前的测试代码
截图&代码:
延迟消息方法 private void send(String queueName, Object params, Integer expiration) {} 中由于存在 messageListenerContainer.setQueueNames(queueName); 方法的调用,导致在使用 jeecg-cloud-test-rabbitmq 模块测试延迟队列的时候,执行一次会暂停5秒
复现代码如下:
执行结果如下:
修改后如下:
执行结果如下:
不知道这个是否是测试代码? 是否对其他逻辑有影响.望告知
友情提示(为了提高issue处理效率):
The text was updated successfully, but these errors were encountered: