I have a Spring Boot application in which I am reading messages from a Azure service bus queue. Now I need to write another listener which will read message from a topic. Here both queue and topics have different namespace so I am facing issues in merging the configuration for both in application.yml file.
different combination of yml config and Bean configuration but did not work
New contributor
Ravi Kumar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.