🎄 Happy Holidays! 🥳

Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.

Happy Holidays!

Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.

Solace Spring Cloud Stream and autoBindDmq

Mike13
Mike13 Member Posts: 29
edited September 2020 in PubSub+ Event Broker #1

Hi there
We configured our Application like this:

  cloud:
    stream:
      solace:
        default:
          prefix: myapp/${application.stage}/analysis/
          consumer:
            prefix: ${spring.cloud.stream.solace.default.prefix}
            autoBindDmq: true

With this configuration a DMQ is created for each queue. So far so good. I would now expect the created DMQ to appear in the queue settings.
But unfortunately this is not the case:

Is this a bug in the Solace Spring Cloud Stream Binder implementation?

Comments

This discussion has been closed.