|
|
@@ -19,11 +19,11 @@ CAliyunMNS::CAliyunMNS(std::string queueName)
|
|
|
{
|
|
|
queue = m_mnsClient->getQueueRef(queueName.c_str());
|
|
|
|
|
|
- //LOG_ERROR("queueName:" << queueName.c_str());
|
|
|
- //LOG_ERROR("endpoint:" << endpoint.c_str());
|
|
|
- //LOG_ERROR("accessId:" << accessId.c_str());
|
|
|
- //LOG_ERROR("accessKey:" << accessKey.c_str());
|
|
|
- //LOG_ERROR("stsToken:" << stsToken.c_str());
|
|
|
+ LOG_ERROR("queueName:" << queueName.c_str());
|
|
|
+ LOG_ERROR("endpoint:" << endpoint.c_str());
|
|
|
+ LOG_ERROR("accessId:" << accessId.c_str());
|
|
|
+ LOG_ERROR("accessKey:" << accessKey.c_str());
|
|
|
+ LOG_ERROR("stsToken:" << stsToken.c_str());
|
|
|
|
|
|
is_init = true;
|
|
|
}
|