ActiveMQ CPP with OpenSSL

2014-06-10 Thread shirley
Recently, openssl has confirmed a vulnerability that OpenSSL (before 0.9.8za, 1.0.0 before 1.0.0m, and 1.0.1 before 1.0.1h) TLS clients enabling anonymous ECDH ciphersuites are subject to a denial of service attack. In OpenSSLContextSpi.cpp of activemq-cpp 3.8.2 source codes, we could see that it

why Activemq-cpp 2.1 client couldn't receive message?

2007-11-29 Thread shirley
This afternoon ,I tested my C++ project with the server .after doing several experiment ,I find that I can receive the messages from the queue established by myself , in which the JAVA client can consume the messages ,howerver, I can't fetch any message from the queue established by JAVA Client,

why Activemq-cpp 2.1 client couldn't receive message?

2007-11-28 Thread shirley
Hello! Recently ,I' m working on the activemq message broker .I use the example codes which download from the official webside.I have tried many times. although, the producer can sent message to a queque installed by the server(another computer) succeful, but ,it failed on consumer receiving