Skip to content

Commit

Permalink
[fix][test] Fix DeadLetterTopicTest.testDeadLetterTopicWithInitialSub…
Browse files Browse the repository at this point in the history
…scriptionAndMultiConsumers (#23552)
  • Loading branch information
ZhaoGuorui666 authored Nov 6, 2024
1 parent 13133c1 commit c266db2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ public void testDeadLetterTopicWithInitialSubscriptionAndMultiConsumers() throws
.maxRedeliverCount(maxRedeliveryCount)
.initialSubscriptionName(dlqInitialSub)
.build())
.receiverQueueSize(100)
.receiverQueueSize(20)
.subscriptionInitialPosition(SubscriptionInitialPosition.Earliest)
.subscribe();

Expand All @@ -1023,7 +1023,7 @@ public void testDeadLetterTopicWithInitialSubscriptionAndMultiConsumers() throws
.maxRedeliverCount(maxRedeliveryCount)
.initialSubscriptionName(dlqInitialSub)
.build())
.receiverQueueSize(100)
.receiverQueueSize(20)
.subscriptionInitialPosition(SubscriptionInitialPosition.Earliest)
.subscribe();

Expand Down

0 comments on commit c266db2

Please sign in to comment.