问题 I'm trying to send secure messages over SSL with ActiveMQ, using the Apache NMS API for .NET. In the broker.xml I tried adding "sslEnabled=true" to the default acceptor: <acceptor name="artemis">tcp://0.0.0.0:61616?sslEnabled=true;tcpSendBufferSize=1048576;tcpReceiveBufferSize=1048576;protocols=CORE,AMQP,STOMP,HORNETQ,MQTT,OPENWIRE;useEpoll=true;amqpCredits=1000;amqpLowCredits=300</acceptor> I'm trying to set up a consumer like this: IConnectionFactory factory = new ConnectionFactory(