webMethods

 View Only

 Connecting to Solace PubSub+ using TLS

Jerome Green's profile image
Jerome Green posted Mon February 10, 2025 02:02 AM

I am hoping to find people with some experience connecting WebMethods 10.15+, to Solace PubSub+ using TLS.

We are testing on 10.15 and 11.1 using with v10.16 and 10.25.2 version of the drivers and we cannot establish connectivity.

Holger von Thomsen's profile image
Holger von Thomsen

Hi Jerome,

a good place to start at might be the Solace JMS API-Documentation here:
JMS API

First of all you must make sure that the JNDI Provider can connect to Solace properly by displaying list of all objects which can be looked up in this JNDI Context.
After that you can try to configure the JMS Provider Alias with the ConnectionFactories used to look up the queues and/or topics to connect to.

You can also refer to the webMethods Messaging Guide.

Regards,
Holger

Jerome Green's profile image
Jerome Green

This has now been resolved.

  1. See JNDI Connection Properties for property mappings.
  2. Use either smsf or tcps in the provider URL e.g. smfs://primaryhostname:55443,smfs://seoncdaryhostname:55443 or tcps://primaryhostname:55443,tcps://seoncdaryhostname:55443