资源简介
使用RabbitMQ3.6.4,配合WCF的发送接收消息的Demo,亲测可用,用到的Client.dll从Nuget自动下载。
代码片段和文件信息
// This source code is dual-licensed under the Apache License version
// 2.0 and the Mozilla Public License version 1.1.
//
// The APL v2.0:
//
//---------------------------------------------------------------------------
// Copyright (C) 2007-2014 GoPivotal Inc.
//
// Licensed under the Apache License Version 2.0 (the “License“);
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing software
// distributed under the License is distributed on an “AS IS“ BASIS
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
//---------------------------------------------------------------------------
//
// The MPL v1.1:
//
//---------------------------------------------------------------------------
// The contents of this file are subject to the Mozilla Public License
// Version 1.1 (the “License“); you may not use this file except in
// compliance with the License. You may obtain a copy of the License
// at http://www.mozilla.org/MPL/
//
// Software distributed under the License is distributed on an “AS IS“
// basis WITHOUT WARRANTY OF ANY KIND either express or implied. See
// the License for the specific language governing rights and
// limitations under the License.
//
// The Original Code is RabbitMQ.
//
// The Initial Developer of the Original Code is GoPivotal Inc.
// Copyright (c) 2007-2014 GoPivotal Inc. All rights reserved.
//---------------------------------------------------------------------------
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: Assemblytitle(“AddClient“)]
[assembly: AssemblyDescription(“AddClientExample“)]
[assembly: AssemblyConfiguration(““)]
[assembly: AssemblyCompany(“GoPivotal Inc.“)]
[assembly: AssemblyProduct(“RabbitMQ.Client“)]
[assembly: AssemblyCopyright(“Copyright © 2007-2014 GoPivotal Inc.“)]
[assembly: AssemblyTrademark(““)]
[assembly: AssemblyCulture(““)]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid(“085882a6-8c99-472b-a46a-22543b1728f4“)]
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 6144 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\AddClient.exe
文件 6656 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\AddServer.exe
文件 7168 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\DeclareQueue.exe
文件 8704 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\ExceptionTest.exe
文件 7680 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\LogTail.exe
文件 8704 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\LowlevelLogTail.exe
文件 6656 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\PerfTest.exe
文件 229888 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\RabbitMQ.Client.dll
文件 289488 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\RabbitMQ.Client.xm
文件 26624 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\RabbitMQ.ServiceModel.dll
文件 9216 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\SendMap.exe
文件 5632 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\SendString.exe
文件 6656 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\ShutdownableClient.exe
文件 7168 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\ShutdownableServer.exe
文件 6144 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\SingleGet.exe
文件 7680 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\bin\Subscriber.exe
文件 452 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\LICENSE
文件 11358 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\LICENSE-APACHE2
文件 24897 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\LICENSE-MPL-RabbitMQ
文件 2805 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\AddClient\properties\AssemblyInfo.cs
文件 2642 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\AddClient\RabbitMQ.Client.Examples.AddClient.csproj
文件 3769 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\AddClient\src\examples\AddClient.cs
文件 2805 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\AddServer\properties\AssemblyInfo.cs
文件 2642 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\AddServer\RabbitMQ.Client.Examples.AddServer.csproj
文件 4292 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\AddServer\src\examples\AddServer.cs
文件 2811 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\DeclareQueue\properties\AssemblyInfo.cs
文件 2648 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\DeclareQueue\RabbitMQ.Client.Examples.DeclareQueue.csproj
文件 5070 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\DeclareQueue\src\examples\DeclareQueue.cs
文件 2813 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\ExceptionTest\properties\AssemblyInfo.cs
文件 2650 2014-11-26 20:12 rabbitmq-dotnet-client-3.6.4-dotnet-4.6.1\projects\examples\client\ExceptionTest\RabbitMQ.Client.Examples.ExceptionTest.csproj
............此处省略534个文件信息
- 上一篇:HID spec 中文
- 下一篇:基于FPGA的直流电机PWM控制
相关资源
- WCF理论到实践初级中级适用推荐
- rabbitmq教程
- Dynamic C 中文手册.rar
- rabbitmq-server-3.7.12
- Silverlight+WCF 实战-网络象棋源码
- rabbitmq-server-generic-unix-3.8.3.tar.xz 离线
- WCF接口调用
- rabbitmq-server-generic-unix-3.8.3.tar.xz
- Spring RabbitMQ实现案例抢红包高并发
- springboot rabbitmq 模拟高并发秒杀系统
- otp_win64_23.1.zip
- RabbitMQ实战pdf高清
- 基于springboot的机票预订系统
- otp_win64_20.3 rabbitmq windows 基础依赖
- rabbitmq实战指南
- erlang21.1.2
- WCF分布式事务DemoEF
- springboot+mybatis+shiro+rabbitmq+redis项目实
- RabbitMQ实战+高效部署分布式消息队列
- rabbitmq server 3.7.4版本window 64 安装包
- rabbitmq-server-3.7.4.exe
- erlang-21.3.2-1.el6.x86_64.rpm
- RabbitMQ-linux安装包以及安装教程.rar
- Centos7.5 RabbitMQ及依赖离线RPM包
- Erlang官网过慢
- otp_src_21.2.tar.gz
- otp_src_19.1.tar.gz
- RabbitMQ资源包
- soapUI安装包
- RabbitMQ+erlang
评论
共有 条评论