solace:
bindings:
output:
consumer:
group: txGroup
provisionDurableQueue: true
autoBindErrorQueue: true
errorQueueNameOverride: txError
durableSubscription: true
With this configuration if exception thrown from the output listener then message is republished to txError queue and i see those messages queued but when i subcsibed to them its creating a new queue with scst/wk/txGroup/plain/txError
and yesterday i was getting acl denied but FYI everything is default action - allow, acl profile is default with no exemptions