Issue subscribing durable queue to topic

Hi @ruplim ,
I just wanted to update you and anyone that finds this thread that the latest version of the Solace Spring Cloud Stream Binder now allows for you to disable queue provisioning so you can use it with pre-provisioned queues.

There are three new properties that you can set to false to disable provisioning. You can find more info here.
The properties are:

  1. provisionDurableQueue
  2. provisionSubscriptionsToDurableQueue
  3. provisionDmq

Happy Streaming!