REQ-2318: 待办状态变更时发送MQ消息通知其它业务方

This commit is contained in:
yanglin 2024-06-04 14:40:42 +08:00
parent 8088940f73
commit 894e448ee0

View File

@ -32,7 +32,7 @@ class PullTodoBroadcaster implements DisposableBean {
20, 40,
5, TimeUnit.MINUTES,
new ArrayBlockingQueue<>(5000),
new NamedThreadFactory("PullTodoBroadcaster", false));
new NamedThreadFactory(PullTodoBroadcaster.class.getSimpleName(), false));
/**
* 可以在事务中调用, 无论事务是否提交, 让终端拉多一次消息也没有影响