@@ -52,41 +52,41 @@ static async Task Main(string[] args)
5252 catch
5353 {
5454 Console . WriteLine ( $ """
55- FakeMessagGen.exe destination isError (maxQueueLength) (rateLimit) (maxConcurrency) (batchSize) (connectionstring)
56-
57- destination:
58-
59- Queue to send messages to.
60-
61- isError:
62-
63- true will generate fake error.
64- false will generate fake audit.
65-
66- maxQueueLength: default { MaxQueueLength }
67-
68- Will pause seeding message when the queue length exceeds this limit.
69-
70- rateLimit: default { RateLimit }
71-
72- Will not generate more messages per second than this limit taking
73- batch size into account.
74-
75- maxConcurrency: default { MaxConcurrency }
76-
77- How many concurrency (batch) sends to allow
78-
79- batchSize: default { BatchSize }
55+ FakeMessagGen.exe destination isError (maxQueueLength) (rateLimit) (maxConcurrency) (batchSize) (connectionstring)
56+
57+ destination:
8058
81- The batch size to use for each batch send operation
82-
83- connectionstring:
84-
85- The connection string to use for the destination.
86-
87- Will probe the format to check if it can assume RabbitMQ, Azure Service Bus,
88- or Learning transport.
89- """ ) ;
59+ Queue to send messages to.
60+
61+ isError:
62+
63+ true will generate fake error.
64+ false will generate fake audit.
65+
66+ maxQueueLength: default { MaxQueueLength }
67+
68+ Will pause seeding message when the queue length exceeds this limit.
69+
70+ rateLimit: default { RateLimit }
71+
72+ Will not generate more messages per second than this limit taking
73+ batch size into account.
74+
75+ maxConcurrency: default { MaxConcurrency }
76+
77+ How many concurrency (batch) sends to allow
78+
79+ batchSize: default { BatchSize }
80+
81+ The batch size to use for each batch send operation
82+
83+ connectionstring:
84+
85+ The connection string to use for the destination.
86+
87+ Will probe the format to check if it can assume RabbitMQ, Azure Service Bus,
88+ or Learning transport.
89+ """ ) ;
9090 return ;
9191 }
9292
0 commit comments