`

message system

阅读更多
jafka
https://github.com/adyliu/jafka
Metamorphosis(Metaq)
https://github.com/killme2008/Metamorphosis
http://www.360doc.com/content/13/0521/13/9437165_287009615.shtml
metaq 2.x
http://metaq.taobao.org/
https://github.com/alibaba/metaq
Kafka
http://kafka.apache.org/
push
http://www.openmobster.com/push.html
https://code.google.com/p/javapns/
https://github.com/dannytiehui/androidpn
canal
https://github.com/loulaner/canal

timetunnel
http://code.taobao.org/p/TimeTunnel/src/
https://github.com/qiuxiafei/tt-console
http://jianchen.iteye.com/blog/1685308
http://wenku.baidu.com/view/a1c9f8eb4afe04a1b071de89.html
Thrift
http://www.ibm.com/developerworks/cn/java/j-lo-apachethrift/
https://github.com/eirslett/thrift-zookeeper

rocketmq
https://github.com/alibaba/RocketMQ

YAMI4 - Messaging Solution for Distributed Systems
http://www.inspirel.com/yami4/
http://www.inspirel.com/yami4/book/

Twisted event-driven networking engine
http://twistedmatrix.com/trac/wiki

twitter等の通知システム
https://github.com/non-117/Boxnya
opendmtp
http://www.opendmtp.org/
nsq
http://nsq.io/
常见开源消息系统
http://blog.jobbole.com/45547/
Queues
http://queues.io/
Java SMPP (Short Message Peer-to-peer) API
https://code.google.com/p/jsmpp/
simplehttp
https://github.com/bitly/simplehttp
sms manage
http://kalkun.sourceforge.net/
ENode
http://www.cnblogs.com/netfocus/p/3859371.html
mqtt
http://mqtt.org/
http://blog.csdn.net/joshua_yu/article/details/6563587
http://tokudu.com/post/50024574938/how-to-implement-push-notifications-for-android
kestrel
https://github.com/twitter/kestrel
mogutt
https://github.com/mogujie/TeamTalk
http://www.bluefoxah.org/teamtalk/new_tt_deploy.html
分享到:
评论

相关推荐

    基于C++的Spire Message System设计源码

    本项目是一款基于C++的Spire Message System设计源码,包含144个文件,涵盖66个JSON配置文件、48个Python脚本、13个C++源文件、4个C++头文件、3个Markdown文档以及少量其他类型的文件。该项目支持跨语言开发,涉及...

    Private Message System-开源

    【Private Message System 开源详解】 Private Message System(私信系统)是一种常见的在线交流工具,它允许用户在网站内部发送和接收私人消息,类似于电子邮件服务,但通常集成在论坛、社交平台或其他互动性强的...

    Open Modular Message System-开源

    Open Modular Message System(OMMS)是一个先进的开源软件解决方案,旨在提供灵活且可扩展的消息处理能力。这个系统的设计理念是通过模块化的方式支持多种消息类型,包括电子邮件、新闻、短信和传真,以满足不同...

    online tutor private message system:您可以监控和检索来自客户/用户的私人消息。-开源

    在线导师私信管理系统将帮助想要在自己的网站上教授编程的开发人员。 该脚本包含更多功能,以帮助想要学习编程的程序员和初学者能够相互交互。 如果您遇到任何问题,安装脚本很容易,请通过 mosheeric510@gmail.com ...

    Message改.7z

    消息系统(Message System)是一种软件架构组件,用于在分布式环境中的不同服务、模块或进程之间传递信息。这些信息可以是事件通知、请求/响应、异步操作等。消息通常包含元数据和负载,元数据描述了消息的类型、...

    SAP PI/SAP PO 详细教程(手把手教学)

    1. Message System监控:你可以通过URL `http://IP:PORT/MessagingSystem/monitor/systemStatus.jsp` 查看Message System的状态,包括Queues进程状态和Messages信息。SAP官方文档提供了详细指南,帮助你理解和解决...

    javamail源代码

    System.out.println("Constructing message - from=" + from + " to=" + to); InternetAddress fromAddress = new InternetAddress(from); InternetAddress toAddress = new InternetAddress(to); MimeMessage test...

    1.java中super关键字的应用

    System.out.println("Parent's message"); } } public class Child extends Parent { @Override public void printMessage() { super.printMessage(); // 使用super调用父类的printMessage System.out....

    C# MessageQueue示例

    - **System.Messaging命名空间**:在C#中,`System.Messaging`命名空间包含了处理消息队列所需的所有类和接口,如`MessageQueue`、`Message`等。 - **MessageQueue类**:这是核心类,用于创建、读取、写入和管理...

    FMS.rar_OPC simatic_fms_simatic net_simatic opc_visual c

    FMS,全称为Factory Message System,是西门子SIMATIC自动化系统的一部分,主要用于工厂级的信息和通信。它提供了一种高效的数据交换平台,能够连接生产过程中的不同层次,如控制系统、管理层以及信息系统,实现生产...

    Sun Java System Message Queue 安装指南,简单集群

    主要介绍linix下安装Sun Java System Message Queuey的注意事项,安装步骤,验证方法以及配置简单集群。

    SAP Message发送手册

    4. 确认所选客户后,找到与之关联的、出现问题的System ID。 5. 输入Search Term和Component来搜索已有的message,查看是否存在类似问题及其解决方案。 6. 若未找到匹配的解决方案,点击“新建Message”按钮进入下...

    A Complete Message Queue System for .NET

    I will introduce a new and independent Open Source Message Queue system that is entirely built in C# and .NET framework 3.5. DotNetMQ is a message broker that has several features including guaranteed...

    C#项目之EMS在vs2012创建的工程

    EMS在这里可能指的是Enterprise Message System(企业消息系统),它是一种用于在分布式系统之间传递数据的技术,常用于企业级应用中实现异步通信和解耦。 【描述分析】 描述提到“初学者可以学习”,这表明该项目...

    unity3d游戏框架消息机制

    4. **Unity Message System**:Unity 还提供了一个简单的消息发送系统,允许在脚本之间发送自定义消息。例如,通过调用 `SendMessage`、`BroadcastMessage` 或 `Invoke` 方法,可以向一个或所有子对象发送消息。这种...

    光盘配套Windows API讲座.

    10. **Windows消息系统(Windows Message System)**:Windows通过消息机制来驱动程序的事件处理,如PostMessage、PeekMessage等,开发者可以通过消息队列来响应用户操作和系统事件。 学习《光盘配套Windows API...

    System.Web.Extensions.dll

    Parser Error Message: Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. 系统找不到指定的文件。 ...

    实例MSMQ(MessageQueue)

    **MSMQ(Message Queue,消息队列)是微软提供的一种可靠的消息传递机制,它允许应用程序在不同的时间点发送和接收消息,即使发送方和接收方不在同一时间在线也能正常工作。在C#中,我们可以利用.NET框架提供的...

    System message.wav

    贾维斯的系统消息语音 wav格式。

Global site tag (gtag.js) - Google Analytics