测试用例
using UnityEngine;
using Network;
using LitJson;
using System.Text;
using System.Collections;
using System.Collections.Generic;
public class RabbitMQDemo : MonoBehaviour
{
// 客户端
private RabbitMQConnect rabbitMQConnect;
private Queue receiveQueue = new Queue();