Hi, I'm using activemq-cpp(v3.8.2) connect to apollo broker with Failover Transport. When the connection is not actived for a period of time, always get in the below error message:
*Unspported command*: class org.apache.activemq.apollo.openwire.command.ConnectionControl /No valid response received for command: RemoveInfo { commandId = 71, responseRequired = true, ObjectId = ID:localhost.localdomain-46664-1388366244209-0:6, LastDeliveredSequenceId = 0 }, check broker./ my setup: /BrokerURI = "failover:(tcp://localhost:61613)" session = connection->createSession(Session::SESSION_TRANSACTED) destination = session->createTopic("topics.ctp.trade") producer->setDeliveryMode( DeliveryMode::PERSISTENT ) / Whether the version mismatch, or other what reason caused this problem? thanks -- View this message in context: http://activemq.2283324.n4.nabble.com/Unspported-command-class-org-apache-activemq-apollo-openwire-command-ConnectionControl-tp4675894.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.