how to disable springboot solace jms consumer

136 views Asked by At

I am using soalce consumer with Spring boot autoconfig. Using below configurations.

solace.jms.msgVpn=****
solace.jms.clientUsername=****
solace.jms.clientPassword=****
solace.jms.clientName=****

But I would like to disable consumer in some environments. @ConditionalOnProperty I will not be able to use. Is there property provided by solace out of the box to disable it?

Thanks

0

There are 0 answers