|
|
|
@ -66,7 +66,7 @@ public class MessageLetterQueueReceiver {
|
|
|
|
|
*/
|
|
|
|
|
@RabbitListener(queues = PlatformConstWords.QUEUE_IMPP_MESSAGE_LETTER)
|
|
|
|
|
public void processImppMessage(String data, Channel channel, Message message) {
|
|
|
|
|
LOGGER.info("【MQ-{}】 数据接收成功:{}", PlatformConstWords.QUEUE_IMPP_MESSAGE_LETTER, data);
|
|
|
|
|
LOGGER.debug("【MQ-{}】 数据接收成功:{}", PlatformConstWords.QUEUE_IMPP_MESSAGE_LETTER, data);
|
|
|
|
|
SysMessage msg = JsonUtilTool.decode(data, SysMessage.class);
|
|
|
|
|
try {
|
|
|
|
|
ConvertBean.serviceModelInitialize(msg, "system");
|
|
|
|
|