Hi, I need to configure activemq-client not to perform broker cerificate validation. I need this for testing purposes, because I need to test the system over SSL, but I do not yet have certificate distribution solved.
In Artemis, with artemis-jms-client, there is verifyHost=false and trustAll=true connection url properties I can use for this purpose. How do I achieve the same with ActiveMQ? Thanks! -- Jiri Daněk