<plugin>
                <artifactId>maven-surefire-plugin</artifactId>
                <configuration>
                    <enableAssertions>false</enableAssertions>
                    <systemProperties>
                     
<javax.net.ssl.trustStore>${basedir}/src/test/resources/name.ts</javax.net.ssl.trustStore>
                       
<javax.net.ssl.keyStore>${basedir}/src/test/resources/name.ks</javax.net.ssl.keyStore>
                       
<javax.net.ssl.keyStorePassword>password</javax.net.ssl.keyStorePassword>
                    </systemProperties>
                </configuration>
            </plugin>
>From another post I saw that you can define properties in pom.xml. I am
trying to connect with activemq via port 8883 with ssl. I am getting this
error:
Exception in thread "main" java.util.concurrent.TimeoutException



--
View this message in context: 
http://camel.465427.n5.nabble.com/MQTT-route-with-TLS-certificate-crt-tp5776904p5776921.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to