Skip to content

Allow empty exchange name in consumer configuration #182

@vmattila

Description

@vmattila

RabbitMQ server declares a default exchange that is named as an empty string (see https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchange-default). The bundle does not allow an empty string in producer configuration (exchange_options: { name: '' }) even it would be fully supported by AMQP Protocol. It would be useful if also default exchange could be configured for producers - actually also type could be omitted in that case.

NB: The whole exchange_options could be omitted and could default to the AMQP default exchange: exchange_options: { name: '', type: direct }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions