diff --git a/PARR.BLL/Services/Implementations/MqServiceV2.cs b/PARR.BLL/Services/Implementations/MqServiceV2.cs index e7d863c4..a299ef13 100644 --- a/PARR.BLL/Services/Implementations/MqServiceV2.cs +++ b/PARR.BLL/Services/Implementations/MqServiceV2.cs @@ -121,7 +121,7 @@ namespace PARR.BLL.Services.Implementations //храним на диске props.DeliveryMode = DeliveryModes.Persistent; //время жизни, мс - props.Expiration = "60000"; + //props.Expiration = "60000"; props.ContentType = "text/plain";//"application/json"; foreach (var msg in msgList)