Skip to content

RabbitMQ has open connections(Too many File descriptors piling up on broker) for publish #527

@raj-githubacc

Description

@raj-githubacc

Hi, We're using amqp library to publish messages to a Queue, We've encountered 2 issues here

  1. Same connection cannot be reused if we try to publish via goroutines. An error 504 connection/channel closed is returned.
  2. As a hotfix, we're creating new connections for each publish, but here somehow the connection destructor is not working and RabbitMQ node still has the connection channel opened. As a result too many file descriptors are being piled and node goes down.

Would appreciate any help/pointers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions