solace-spring-boot
solace-spring-boot copied to clipboard
Not able to connect to multiple VPNs within same host
Use case: I have this setup of Solace where message VPNs are separated based on the business domain. We are designing a Spring Boot application that needs to process the data for different domains using JMS.
Right now solace-spring-boot configuration allows only one message VPN to connect to while the brokers are generally set up with more than one VPNs based on the nature of messages.
Is there any plan to support multiple VPNs using the configuration? Currently do we have any workaround to setup solace-spring-boot that can subscribe/publish to queues of different VPNs?