zoukankan      html  css  js  c++  java
  • ActiveMQ客户端Apache.NMS从.net 4.0移植到.net standard 2.0

    1.从官网或GitHub下载Apache.NMS源码

    2.新建.net standard 2.0类库

    3.将源码复制到新建的类库中,并删除或注释CommonAssemblyInfo.cs文件(程序集版本类)

    4.同样的方法创建Apache.NMS.ActiveMQ类库

    5.添加Apache.NMS项目引用,并用nuget添加Ionic.Zlib.Core(.net 4.0项目依赖Ionic.Zlib)

    6.注释Connection类的System.Runtime.Remoting命名空间(.net core和.net standard不支持该命名空间,生成会自动提示错误位置)

    .net客户端驱动官网:http://activemq.apache.org/nms

    源码下载地址:

    dll下载地址:http://archive.apache.org/dist/activemq/apache-nms/1.7.0/

    Apache.NMS:
    https://cwiki.apache.org/confluence/display/NMS/NMS+API+Downloads

    https://github.com/apache/activemq-nms-api

    Apache.NMS.ActiveMQ:
    https://cwiki.apache.org/confluence/display/NMS/ActiveMQ+Downloads

    https://github.com/apache/activemq-nms-openwire

  • 相关阅读:
    作业三3
    作业三2(改过)
    第一章
    实验2
    第三章
    例2-11
    例2-10
    例2-8
    例2-9
    例2-7
  • 原文地址:https://www.cnblogs.com/townsend/p/10031212.html
Copyright © 2011-2022 走看看