Skip to content
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

Closed
jiangxiaozheng opened this issue May 27, 2022 · 2 comments
Closed

3.2.0 rabbitma 发送延迟消息存在5秒中的间隔 #3755

jiangxiaozheng opened this issue May 27, 2022 · 2 comments

Comments

@jiangxiaozheng
Copy link

jiangxiaozheng commented May 27, 2022

版本号: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秒

复现代码如下:
image

image
执行结果如下:
image

修改后如下:
image
执行结果如下:
image

不知道这个是否是测试代码? 是否对其他逻辑有影响.望告知

友情提示(为了提高issue处理效率):

  • 未按格式要求发帖,会被直接删掉;
  • 请自己初判问题描述是否清楚,是否方便我们调查处理;
  • 针对问题请说明是Online在线功能(需说明用的主题模板),还是生成的代码功能;
  • 描述过于简单或模糊,导致无法处理的,会被直接删掉;
@zhangdaiscott
Copy link
Member

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】同步钉钉用户到本地,违反数据库唯一主键规则,导致插入失败
@zhangdaiscott
Copy link
Member

修复了

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants