资源简介
使用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控制
相关资源
- springboot+rabbitmq项目demo(亲测可正常运
- springboot整合RabbitMQ实现延时队列的两
- 《WCF服务编程(第三版)》.pdf
- 初学Visual Basic 2010代码
- rabbitmq视频
- RabbitMQ调试工具
- rabbitMq客户端服务
- rabbitmq-server-3.7.3
- RabbitMQ技术分享
- RabbitMQ API文档
- rabbitmq-server-generic-unix-3.7.5.tar.xz
- rabbitmq-server-generic-unix-3.7.21.tar.xz
- rabbitmq-server-3.6.12
- rabbitmq-server-3.6.8-1.el6.noarch.rpm
- WCF 面试题及答案
- SpringBoot+mybatis+redis+rabbitmq
- rabbitmq3.7.7Linux通用安装包
- Essential Windows Communication Foundation (
- rabbitmq-server-3.7.18.exe
- 一个很好的WCF 架构ERP 项目源码
- iFiddler5.6(解压密码irabbit).rar
- rabbitmq-server-3.7.12-1.el7.noarch.rpm
- rabbitMQ学习资料
- RabbitMQ Essentials
- WCF服务实现用户登陆和添加、查询用
- RabbitMQ CookBook
- WCF理论到实践初级中级适用推荐
- rabbitmq教程
- Dynamic C 中文手册.rar
- rabbitmq-server-3.7.12
评论
共有 条评论