fix(bll): mqservice, убрал время жизни сообщения

This commit is contained in:
Mikhail Trubnikov
2025-08-20 16:09:44 +10:00
parent e59e72f6d6
commit 5b8526cf4e

View File

@@ -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)