fix(bll): mqservice, убрал время жизни сообщения
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user