Hi, I am trying to see if isRemoveInfo() methods is working fine. if (cmd->isRemoveInfo()) { Client()->LogEvent(DEBUG_LOG,0, "coreCMS::onMessage" "cmd->isRemoveInfo(), Node has been removed"); Pointer<RemoveInfo> rinfo = amqMessage->getDataStructure().dynamicCast<RemoveInfo>(); if (rinfo != NULL) { std::string connectionId = rinfo->getObjectId()->toString(); Client()->LogEvent(DEBUG_LOG,0, "coreCMS::onMessage" ": ConnectionId: %s",(char*)connectionId.c_str()); }
} in activemq 5.6.0 i was getting this from getObjectId() ID:PAK-CUACSUB-MJu-60785-1461850097519-2:1 now in ativemq 5.13.2 i am getting static-broker1->static-broker2-62007-1461851040974-4:3 does anything changed in DataStructure in RemoveInfo Class. regards, Junaid -- View this message in context: http://activemq.2283324.n4.nabble.com/Advisory-Messages-isRemoveInfo-methods-in-activemq-5-13-2-tp4711481.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.