コード例 #1
0
ファイル: Form1.cs プロジェクト: hercat/MumuSmartHome
        private void Form1_Load(object sender, EventArgs e)
        {
            _connString        = SystemSettingBase.CreateInstance().SysMySqlDB.ConnString;
            ConnString.MySqldb = _connString;

            string url  = "tcp://localhost:61616";
            string User = "";
            string Pwd  = "";

            helper = new ActiveMQHelper(url, User, Pwd);
            helper.CreateFactory();
        }