Spring Boot - Messaging
Given the code snippet:
What happens if the exchange "myExchange" does not exist?
rabbitTemplate.convertAndSend("myExchange", "myKey", "Hello")What happens if the exchange "myExchange" does not exist?
