Skip to content

Commit 11c6eb2

Browse files
Update pkg/rabbitmqamqp/entities.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 27e00a7 commit 11c6eb2

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

pkg/rabbitmqamqp/entities.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -545,12 +545,6 @@ func (j *JmsQueueSpecification) buildArguments() map[string]any {
545545
result["x-overflow"] = j.OverflowStrategy.overflowStrategy()
546546
}
547547

548-
//DeliveryLimit int64
549-
550-
//LeaderLocator ILeaderLocator
551-
//InitialClusterSize int
552-
//SelectorFields []string
553-
554548
result["x-queue-type"] = string(j.queueType())
555549

556550
return result

0 commit comments

Comments
 (0)