Skip to content

Commit

Permalink
[fix][test] Fix DeadLetterTopicTest.testDeadLetterTopicWithInitialSub…
Browse files Browse the repository at this point in the history
…scriptionAndMultiConsumers (apache#23552)

(cherry picked from commit c266db2)
(cherry picked from commit 3b1f359)
  • Loading branch information
ZhaoGuorui666 authored and srinath-ctds committed Nov 21, 2024
1 parent fcae9fc commit 92e11ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -947,7 +947,7 @@ public void testDeadLetterTopicWithInitialSubscriptionAndMultiConsumers() throws
.maxRedeliverCount(maxRedeliveryCount)
.initialSubscriptionName(dlqInitialSub)
.build())
.receiverQueueSize(100)
.receiverQueueSize(20)
.subscriptionInitialPosition(SubscriptionInitialPosition.Earliest)
.subscribe();

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

Expand Down

0 comments on commit 92e11ec

Please sign in to comment.