Skip to content

Commit

Permalink
Fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
bzablocki committed Nov 13, 2024
1 parent 94af14f commit eba116e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public void test01writeAndReadWithMultipleSempClientFactory() {
SolaceIO.read()
.from(Queue.fromName(QUEUE_NAME))
.withMaxNumConnections(1)
.withDeduplicateRecords(true)
.withSempClientFactory(
BasicAuthMultipleSempClientFactory.builder()
.backlogHosts(
Expand Down Expand Up @@ -172,7 +173,7 @@ private Pipeline createWriterPipeline(
.withWriterType(writerType)
.withDeliveryMode(DeliveryMode.PERSISTENT)
.withNumberOfClientsPerWorker(1)
.withMaxNumOfUsedWorkers(1)
.withNumShards(1)
.withSessionServiceFactory(
BasicAuthJcsmpSessionServiceFactory.builder()
.host("localhost:" + solaceContainerJcsmpPort)
Expand Down

0 comments on commit eba116e

Please sign in to comment.