@@ -83,6 +83,7 @@ namespace RabbitMQ.Client
8383 public bool AutomaticRecoveryEnabled { get; set; }
8484 public System.Collections.Generic.IDictionary<string, object> ClientProperties { get; set; }
8585 public string ClientProvidedName { get; set; }
86+ public int ConsumerDispatchConcurrency { get; set; }
8687 public System.TimeSpan ContinuationTimeout { get; set; }
8788 public bool DispatchConsumersAsync { get; set; }
8889 public RabbitMQ.Client.AmqpTcpEndpoint Endpoint { get; set; }
@@ -92,7 +93,6 @@ namespace RabbitMQ.Client
9293 public System.TimeSpan NetworkRecoveryInterval { get; set; }
9394 public string Password { get; set; }
9495 public int Port { get; set; }
95- public int ProcessingConcurrency { get; set; }
9696 public ushort RequestedChannelMax { get; set; }
9797 public System.TimeSpan RequestedConnectionTimeout { get; set; }
9898 public uint RequestedFrameMax { get; set; }
@@ -334,10 +334,10 @@ namespace RabbitMQ.Client
334334 {
335335 System.Collections.Generic.IDictionary<string, object> ClientProperties { get; set; }
336336 string ClientProvidedName { get; set; }
337+ int ConsumerDispatchConcurrency { get; set; }
337338 System.TimeSpan ContinuationTimeout { get; set; }
338339 System.TimeSpan HandshakeContinuationTimeout { get; set; }
339340 string Password { get; set; }
340- int ProcessingConcurrency { get; set; }
341341 ushort RequestedChannelMax { get; set; }
342342 uint RequestedFrameMax { get; set; }
343343 System.TimeSpan RequestedHeartbeat { get; set; }
0 commit comments