@@ -178,15 +178,13 @@ void ExchangeDeclare(string exchange,
178
178
[ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" , "reserved3" ) ]
179
179
bool @internal ,
180
180
[ AmqpNowaitArgument ( null ) ]
181
- [ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" , "noWait" ) ]
182
181
bool nowait ,
183
182
IDictionary arguments ) ;
184
183
185
184
///<summary>(Spec method) Delete an exchange.</summary>
186
185
void ExchangeDelete ( string exchange ,
187
186
bool ifUnused ,
188
187
[ AmqpNowaitArgument ( null ) ]
189
- [ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" , "noWait" ) ]
190
188
bool nowait ) ;
191
189
192
190
///<summary>(Spec method) Declare a queue.</summary>
@@ -227,8 +225,6 @@ string QueueDeclare(string queue,
227
225
bool exclusive ,
228
226
bool autoDelete ,
229
227
[ AmqpNowaitArgument ( null ) ]
230
- [ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" ,
231
- "noWait" ) ]
232
228
bool nowait ,
233
229
IDictionary arguments ) ;
234
230
@@ -237,8 +233,6 @@ void QueueBind(string queue,
237
233
string exchange ,
238
234
string routingKey ,
239
235
[ AmqpNowaitArgument ( null ) ]
240
- [ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" ,
241
- "noWait" ) ]
242
236
bool nowait ,
243
237
IDictionary arguments ) ;
244
238
@@ -263,8 +257,6 @@ void QueueUnbind(string queue,
263
257
[ return : AmqpFieldMapping ( null , "messageCount" ) ]
264
258
uint QueuePurge ( string queue ,
265
259
[ AmqpNowaitArgument ( null , "0xFFFFFFFF" ) ]
266
- [ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" ,
267
- "noWait" ) ]
268
260
bool nowait ) ;
269
261
270
262
///<summary>(Spec method) Delete a queue.</summary>
@@ -278,8 +270,6 @@ uint QueueDelete(string queue,
278
270
bool ifUnused ,
279
271
bool ifEmpty ,
280
272
[ AmqpNowaitArgument ( null , "0xFFFFFFFF" ) ]
281
- [ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" ,
282
- "noWait" ) ]
283
273
bool nowait ) ;
284
274
285
275
///<summary>Start a Basic content-class consumer.</summary>
@@ -557,8 +547,6 @@ void _Private_BasicConsume(string queue,
557
547
bool noLocal ,
558
548
bool noAck ,
559
549
bool exclusive ,
560
- [ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" ,
561
- "noWait" ) ]
562
550
bool nowait ,
563
551
[ AmqpUnsupported ( "RabbitMQ.Client.Framing.v0_8" ) ]
564
552
[ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_8qpid" ,
@@ -576,8 +564,6 @@ void _Private_BasicConsume(string queue,
576
564
[ AmqpForceOneWay ]
577
565
[ AmqpMethodMapping ( null , "basic" , "cancel" ) ]
578
566
void _Private_BasicCancel ( string consumerTag ,
579
- [ AmqpFieldMapping ( "RabbitMQ.Client.Framing.v0_9_1" ,
580
- "noWait" ) ]
581
567
bool nowait ) ;
582
568
583
569
///<summary>Handle incoming Basic.CancelOk methods.</summary>
0 commit comments