We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187d546 commit dff9f14Copy full SHA for dff9f14
1 file changed
src/Paramore.Brighter.MessagingGateway.GcpPubSub/GcpPubSubMessageGateway.cs
@@ -229,7 +229,8 @@ await EnsureSubscriptionExistsAsync(new GcpPubSubSubscription(
229
ackDeadlineSeconds: pubSubSubscription.DeadLetter.AckDeadlineSeconds,
230
makeChannels: OnMissingChannel.Create,
231
messagePumpType: MessagePumpType.Proactor,
232
- requestType: pubSubSubscription.RequestType));
+ requestType: pubSubSubscription.RequestType,
233
+ enableMessageOrdering: pubSubSubscription.EnableMessageOrdering));
234
235
// Set up the necessary IAM role for the main subscription to publish to the DLQ topic
236
await UpdateIAmRoleForDeadLetterAsync(projectId, pubSubSubscription);
0 commit comments