Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when no topic list is set in a queue #9

Open
gferrazoli opened this issue Aug 3, 2022 · 0 comments
Open

Error when no topic list is set in a queue #9

gferrazoli opened this issue Aug 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@gferrazoli
Copy link

gferrazoli commented Aug 3, 2022

When creating a queue in config.ex there's a problem where you need to set an empty list when no topics are needed in the queue itself.

Working:

config :ex_aws_configurator,
  queues: %{
    test_queue: %{
      prefix: "prefix",
      options: [raw_message_delivery: true],
      topics: []
    }

Not working:

config :ex_aws_configurator,
  queues: %{
    test_queue: %{
      prefix: "prefix",
      options: [raw_message_delivery: true]
    }
@gferrazoli gferrazoli added the bug Something isn't working label Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant