hey Zack, by " ssl initializer class" you mean you have JVM Initializer that will put your keystore file to e.g. /tmp location? You should be able to create ActiveMQSslConnectionFactory during pipeline setup and pass it to JMSIO. example: JmsIO.read().withConnectionFactory(connectionFactory)
Radek On Wed, Jan 14, 2026 at 2:18 AM Zack Culberson < [email protected]> wrote: > Hi are there any examples of connecting to ActiveMq ? I am having issues > using the ActiveMQSslConnectionFactory and supplying a jks file with its > password as I see the error PKIX path building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to requested target, continuing to retry. I have > an ssl initializer class that Is loading the jks file onto the vm and all > but it is still failing to connect to the active mq broker. > > Thank you for any help ! > > Zack Culberson > ------------------------------ > Warning: All e-mail sent to this address will be received by the corporate > e-mail system, and is subject to archival and review by someone other than > the recipient. This e-mail may contain proprietary information and is > intended only for the use of the intended recipient(s). If the reader of > this message is not the intended recipient(s), you are notified that you > have received this message in error and that any review, dissemination, > distribution or copying of this message is strictly prohibited. If you have > received this message in error, please notify the sender immediately. > ------------------------------ >
