AMQP endpoint with spring solace starter configuration

@amackenzie is correct, but @Fahmi keep in mind that the Solace broker does protocol translation for you so if you want to use the Spring Boot JMS Starter for one app (which sends events over SMF) and AMQP for another app not using Spring they can still exchange messages with each other.