Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Messenger] Wrong transport options in container dump #36874

Copy link
Copy link
Closed
@Jean85

Description

@Jean85
Issue body actions

Symfony version(s) affected: 5.0.8, up to 5.2.3

Description
While trying to implement a Messenger transport, I'm having an issue with the local container dump, because I'm getting a mangled array of options, with strange values.

How to reproduce
The reproducer is this commit: Jean85/symfony-config-bug-repro@6bcb2dc

To reproduce:

It will die with a dump of the received options, which are:

[
  "queues" => [
    "q-receiver" => null
  ]
  0 => "something"
  "transport_name" => "receiver"
]

Instead of the expected:

[
  "queue_name" => "something"
  "transport_name" => "receiver"
]

I'm not sure if this is a bug localized to the Messenger and how it's configuration is handled in the FrameworkBundle, or it's somewhere else.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.