Commit 4482ad96 authored by yanzg's avatar yanzg

接口文档的支持

parent 3bfcff85
......@@ -182,6 +182,7 @@ public class MqServiceImpl implements MqService {
*/
@Override
public String createServerQueue(ServerQueueReqVo req) {
removeServerQueue(req);
String queueName = req.getQueueName();
String localQueueName = this.getLocalName(req.getQueueName());
String serverId = StringHelper.getMD5Id(localQueueName);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment