My Cleint is having 2 instances and I am using below snippet to rename the queue and can see testExchange.testQueue is created under which i can see 2 consumers i.e. my client instances but while /bus/refresh I can see only single instance is getting refreshed and I am not getting Cloud Bus feature viz on /bus/refresh all instances should get refreshed, please let me know if I am missing any configuration to rename the queue in readable format.
spring:
cloud:
stream:
bindings:
springCloudBusInput:
destination: testExchange
group: testQueue
config:
bus:
enabled: true
uri: https://Config-Server-offshore.com/
name: ClientApp