File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
projects/client/RabbitMQ.Client/src/client/impl Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -1246,10 +1246,8 @@ public void BasicPublish(string exchange,
1246
1246
body ) ;
1247
1247
}
1248
1248
1249
- public void BasicBatchPublish ( string exchange ,
1250
- string routingKey ,
1251
- bool mandatory ,
1252
- IEnumerable < BatchMessage > messages )
1249
+ public void BasicBatchPublish ( string exchange ,
1250
+ string routingKey , bool mandatory , IEnumerable < BatchMessage > messages )
1253
1251
{
1254
1252
foreach ( var message in messages )
1255
1253
{
@@ -1277,11 +1275,10 @@ public void BasicBatchPublish(string exchange,
1277
1275
messages ) ;
1278
1276
}
1279
1277
public void _Private_BasicBatchPublish (
1280
- string @exchange ,
1281
- string @routingKey ,
1282
- bool @mandatory ,
1283
- //bool @immediate,
1284
- IEnumerable < BatchMessage > messages )
1278
+ string @exchange ,
1279
+ string @routingKey ,
1280
+ bool @mandatory ,
1281
+ IEnumerable < BatchMessage > messages )
1285
1282
{
1286
1283
BasicPublish __req = new BasicPublish ( ) ;
1287
1284
__req . m_exchange = @exchange ;
You can’t perform that action at this time.
0 commit comments