Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
1). In the factories.conf file, make sure that the server name is part of the URL. For example, this is how the queue factory should look.
[SSLQueueConnectionFactory]
type = queue
url = ssl://x.y.z:7243
multicast_enabled = true
ssl_verify_host = disabled
2). In the BC JMS settings, make sure that the JNDI context URL is of the same form: ssl://x.y.z:7243