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][AmazonSqs] Auto-setup does not work for fifo queues #39837

Copy link
Copy link
Closed
@starred-gijs

Description

@starred-gijs
Issue body actions

Symfony version(s) affected: 5.x

Description
When you want the AmazonSqs transport to create the queue on the fly and you have a fifo queue, the parameters are wrong, and a regular queue is created.

How to reproduce
Use a queue name with a .fifo suffix and make sure the queue does not exists yet, eg:

framework:
  messenger:
    transports:
      fifo_queue:
        dsn: 'sqs://localhost:9494/messages.fifo'

Possible Solution
Fix the parameter structure for the createQueue method. (PR will be submitted soon)

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.