I am connecting to a JMS solace queue with Spring Boot 2.7.7 with a com.solace.spring.boot:solace-spring-boot-starter.
The property setting up the host is:
solace:
jms:
host: smfs://host:port
...
How can I set up the connection to go through a proxy (like proxy:8000) ?