zysaaa

Results 7 comments of zysaaa

I didn't run into an issue where my queue was limited by the queued max bytes. Actually, I am trying to understand the role of using ```ByteBoundedQueue```. And I found...

This ```hardcoded 1-second timeout``` means that there's a pre-check on the sender, and that check has a timeout of one second. If this check fails, it appears that only a...

It seems that AOP will not work in this case even if you intercept ```RabbitTemplate#convertAndSend```. See method ```invoke```: ![image](https://user-images.githubusercontent.com/21058064/137411206-c7b34244-b5ee-47fb-a852-bc57f4be5ead.png) So this is sort of an internal call, check https://stackoverflow.com/questions/13564627/spring-aop-not-working-for-method-call-inside-another-method

貌似只能通过这种方式给你留言了,到时候会删除; 之前有在看你的博客([www.zenlife.tk](http://www.zenlife.tk/)),现在突然发现已经无法访问了,请问是不维护了吗 ~~

> > 貌似只能通过这种方式给你留言了,到时候会删除; > > 之前有在看你的博客([www.zenlife.tk](http://www.zenlife.tk/)),现在突然发现已经无法访问了,请问是不维护了吗 ~~ > > .tk 的域名全部阵亡了,所以我的博客也阵亡了。 现在暂时还没去恢复,等后面有精力了再弄吧。期望啥时候能用 cora 重写掉自己的博客系统。 @zysaaa 好的。期待恢复:)

> @zysaaa 可以试试了 https://ns1.hns.to/ okok

> 我们现在也遇到这个问题了,目测也是因为启动了2次容器 > > 源码中下方代码 > > ```java > if (loadJobHandler(name) != null) { > throw new RuntimeException("xxl-job jobhandler[" + name + "] naming conflicts."); > } > ``` >...