Solace Spring Cloud Stream and autoBindDmq

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:
image.png

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

Sorry for the duplication of Solace Spring Cloud Stream and DMQ Binding — Solace Community, I can’t delete this discussion :frowning: