Hi
I am using RHEL6 linux platform.
My client code looks like this
ActiveMQConn::connectToBroker(/*arguements*/)
{
createMQConnFactory(strBrokerURI);
createMQConnection();
....
....
}
ActiveMQConn::createMQConnFactory(/*arugements*/)
{
mConnectionFactory = new ActiveMQConnectionFactory(strBrokerURI);
...
...
}
ActiveMQConn::createMQConnection(/*arguments*/)
{
mConnectionFactory->createConnection(); //getting
exception here
}
>From my application logs I can see
CMS Session acknowledgement mode set to 0.
Successfully created the CMS Connection Factory object for the connection
URI .....
Failed to create the CMS Connection object for the activemq broker
--
View this message in context:
http://activemq.2283324.n4.nabble.com/activemq-cpp-library-3-8-2-client-throwing-exception-while-connecting-to-the-broker-tp4682968p4683010.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.