@amackenzie > provisionErrorQueue i know this property but in case of spring cloud bus there is kind of problems all the producer and consumer property works but …
I cant provide errorQueueNameOverride it takes by default error/destination
I cant configure provisionErrorQueue to false myself, luckily i have set spring.cloud.stream.solace.default.provisionErrorQueue to false so it worked.
its a direct destination name not binding name if i had binding name i would have all the controls whatever i want but.
spring:
cloud:
bus:
destination : springCloudBus
It creates 2 queue - springCloudBus & error/springCloudBus
I don’t want error queue How do i stop it ?
previously i had rabbitmq and it does not auto create error queue for spring cloud bus,