暂时关闭服务指令同步 避免误操作导致数据丢失
This commit is contained in:
parent
6465f552bd
commit
a16e6efbe4
|
@ -48,7 +48,7 @@ public class DirectiveMQListener {
|
|||
*
|
||||
* @param dto
|
||||
*/
|
||||
@RabbitListener(queues = "nu002.fwzl.async", errorHandler = "directiveMQErrorHandler")
|
||||
// @RabbitListener(queues = "nu002.fwzl.async", errorHandler = "directiveMQErrorHandler")
|
||||
@DSTransactional(rollbackFor = {Exception.class})
|
||||
public void handleMessage(DirectiveMQDto dto) {
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue