Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

DeadLetterQueue support not available when creating a queue #11

Open
rstradling opened this issue Mar 15, 2018 · 0 comments
Open

DeadLetterQueue support not available when creating a queue #11

rstradling opened this issue Mar 15, 2018 · 0 comments

Comments

@rstradling
Copy link

rstradling commented Mar 15, 2018

On start-up we have a need for

  TestQueue {
    defaultVisibilityTimeout = 10 seconds
    deadLettersQueue {
      name = "TestDLQ"
      maxReceiveCount = 1
    }
  }

the deadLettersQueue part to be available to be set in the QueuesConf setting.

We have code that fails the tests because it is expecting the unacked message to show up in the DLQ and does not. We also need this change to be against 0.4.2 line of code for us.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant