AMQP endpoint with spring solace starter configuration

Hello,
The URL I used is “amqp://localhost:5672”
(It was a mistake in the copy paste because I tested also with 5671 but got the same error)
so the java exception is:
org.springframework.jms.UncategorizedJmsException: Uncategorized exception occurred during JMS processing; nested exception is com.solacesystems.jms.ConfigurationException: Invalid scheme “amqp” in host “amqp://localhost:5672”
Nothing special in the output logs of the container (I checked via docker logs 7a5f4c80ac1a) but I don’t found a /usr/sw directory (I’m on macos) and not yet tested the client :confused: