solace-spring-boot icon indicating copy to clipboard operation
solace-spring-boot copied to clipboard

How handle a different label for Solace

Open murillocg opened this issue 2 years ago • 2 comments

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

murillocg avatar Sep 15 '22 18:09 murillocg