solace-spring-boot
solace-spring-boot copied to clipboard
How handle a different label for Solace
Hello,
I'm unsure if this is the right place to ask this question. If not, please let me know the right one.
At my company, we've been using the Cloundfoundry as PaaS, but the Solace service name is not solace-pubsub
, so the library solace-java-cfenv
does not work for me https://github.com/SolaceProducts/solace-spring-boot/tree/master/solace-java-cfenv.
I'm using this dependency in our Spring Boot applications, but it's not able to instantiate the SolaceJavaProperties
and I need to do so on my side because of this issue.
<dependency>
<groupId>com.solace.spring.boot</groupId>
<artifactId>solace-java-spring-boot-starter</artifactId>
</dependency>
Best Regards