The exact error message would be useful.
In JMS, you need to provide the connection factory name as well as where it will find its JNDI registry to lookup the cf, and queues/topics.
In Solace broker JNDI, you need to authenticate with is using properties passed as “additional properties” in most JMS apps. I have no experience with the IBM CDC setup of JMS.
You need to provide:
java.naming.security.principal
with your client username
java.naming.security.credentials
with your client password
Solace_JMS_VPN
with your Message VPN name
There are others, and this only applies to basic auth. There are more if you are using other auth types. A reference can be found here:
I hope this gets you further. Specific details and error messages will help us help you