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