|
|
@@ -55,8 +55,8 @@ public class RabbitReceiveServiceImpl extends BaseRabbitReceiveService {
|
|
|
}catch (Exception e){
|
|
|
e.printStackTrace();
|
|
|
}
|
|
|
- //logger.info("MQ配置:"+mqConfig.toString());
|
|
|
if(mqConfig != null){
|
|
|
+ logger.info("MQ配置:"+mqConfig.toString());
|
|
|
isDynamicCreate = mqConfig.isMa_mqdynamiccreate();
|
|
|
host = mqConfig.getMa_mqhost();
|
|
|
port = mqConfig.getMa_mqport();
|