在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 消息中间件NetMQ

消息中间件NetMQ

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:0.05M
  • 评论次数:0
  • 浏览次数:101
  • 发布时间:2023-03-27
  • 实例类别:C#语言基础
  • 发 布 人:766978@qq.com
  • 文件格式:.zip
  • 所需积分:2
 相关标签: Patterns sample master NETMQ ASTER

实例介绍

【实例简介】消息中间件NetMQ

 NetMQ:ZeroMQ的.Net版本,ZeroMQ简单来说就是局域网内的消息中间件(与MSMQ类似),包括了进程间通讯、点对点通讯、订阅模式通讯等等,底层用更“完美”的Socket实现,ZeroMQ实现了多语言、跨平台、高效率等诸多优势

【实例截图】

from clipboard

【核心代码】

.
├── C#消息中间件NetMQ_netmq-patterns-sample-master.zip
└── netmq-patterns-sample-master
    ├── DEALERProxyDEALER
    │   ├── DEALERProxyDEALER.Client
    │   │   ├── App.config
    │   │   ├── DEALERProxyDEALER.Client.csproj
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   └── packages.config
    │   └── DEALERProxyDEALER.Server
    │       ├── App.config
    │       ├── DEALERProxyDEALER.Server.csproj
    │       ├── Program.cs
    │       ├── Properties
    │       │   └── AssemblyInfo.cs
    │       └── packages.config
    ├── DEALERProxyREP
    │   ├── DEALERProxyREP.Client
    │   │   ├── App.config
    │   │   ├── DEALERProxyREP.Client.csproj
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   └── packages.config
    │   └── DEALERProxyREP.Server
    │       ├── App.config
    │       ├── DEALERProxyREP.Server.csproj
    │       ├── Program.cs
    │       ├── Properties
    │       │   └── AssemblyInfo.cs
    │       └── packages.config
    ├── Pub-Sub
    │   ├── PubSub.Client
    │   │   ├── App.config
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── PubSub.Client.csproj
    │   │   └── packages.config
    │   ├── PubSub.Proxy
    │   │   ├── App.config
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── PubSub.Proxy.csproj
    │   │   └── packages.config
    │   └── PubSub.Server
    │       ├── App.config
    │       ├── Program.cs
    │       ├── Properties
    │       │   └── AssemblyInfo.cs
    │       ├── PubSub.Server.csproj
    │       └── packages.config
    ├── README.md
    ├── REQProxyREP
    │   ├── REQProxyREP.Client
    │   │   ├── App.config
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── REQProxyREP.Client.csproj
    │   │   └── packages.config
    │   └── REQProxyREP.Server
    │       ├── App.config
    │       ├── Program.cs
    │       ├── Properties
    │       │   └── AssemblyInfo.cs
    │       ├── REQProxyREP.Server.csproj
    │       └── packages.config
    ├── RedisPubSub
    │   ├── RedisPubSub.Client
    │   │   ├── App.config
    │   │   ├── Program.cs
    │   │   ├── Properties
    │   │   │   └── AssemblyInfo.cs
    │   │   ├── RedisPubSub.Client.csproj
    │   │   └── packages.config
    │   └── RedisPubSub.Server
    │       ├── App.config
    │       ├── Program.cs
    │       ├── Properties
    │       │   └── AssemblyInfo.cs
    │       ├── RedisPubSub.Server.csproj
    │       └── packages.config
    └── netmq-patterns-sample.sln

28 directories, 58 files


实例下载地址

消息中间件NetMQ

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
;
报警