REQ-2318: 待办状态变更时发送MQ消息通知其它业务方
This commit is contained in:
parent
8088940f73
commit
894e448ee0
@ -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));
|
||||
|
||||
/**
|
||||
* 可以在事务中调用, 无论事务是否提交, 让终端拉多一次消息也没有影响
|
||||
|
||||
Loading…
Reference in New Issue
Block a user