AMQ SSL Configuration in WM9.6

I am looking for the steps to configure AMQ with SSL on the Integration Server.

We are using Active MQ as the JMS Provider. The aim is to use SSL transport connector for secure transmission
How does one define the JMS Connection /certifcate/truststore properties in webMethods in order to make SSL jms connection with ActiveMQ Broker.
I tried importing the AMQ server certs to the default truststore but I am getting this error
“com.wm.app.b2b.server.jms.JMSSubsystemException: [ISS.0134.9064] Error creating connection: javax.jms.JMSException: Could not connect to broker URL: ssl://host:61617. Reason: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target [Linked Exception] javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target”

Thanks in advance.

You many be missing something as part of certificate chain. Please cross check.

Thanks,