Solace spring cloud stream support

default action should be allowed then only we will be able to publish subscribe without any restrictions (local project ) and i have 3 queues created where 2 works 1 does not because last one is error queue its created for autoBindErrorQueue

bindings:
          output:
            consumer:
              group: txGroup
              provisionDurableQueue: true
              autoBindErrorQueue: true
              errorQueueNameOverride: txError
              durableSubscription: true

as you can see i am not able to subscribe to this error queue but when exception occurs in main queue the message was published to it i just can subscribe to it because of the error 403: Subscription ACL Denied - Queue ‘scst/wk/txGroup/plain/txError’ - Topic ‘txError’ but as i mentioned above default action is allowed but why then i cant subscribe to this error queue @marc @hong

FYI messages are queued in error queue but there is 0 subscription ACl -access denied
please let me know how to resolve this error.