System.Messaging.MessageQueueException: 资源不足,无法执行操作。 在 System.Messaging.MessageQueue.SendInternal(Object obj, MessageQueueTransac tion internalTransac...
分类:
其他好文 时间:
2015-02-13 18:25:38
阅读次数:
1662
JMS (Java Message Service) JMS (Java Message Service) is a Java API that allows you to create, send, receive, and read messages. It also mandates that messaging is asynchronous and has specific ele...
分类:
其他好文 时间:
2015-01-30 16:20:14
阅读次数:
138
1、错误描述
(mx.messaging.messages:ErrorMessage)#0
body = (null)
clientId = "82C12FAA-ED2A-16A4-4FEA-720F521A5727"
extendedData = (null)
faultCode = "Serve...
分类:
编程语言 时间:
2015-01-27 21:56:39
阅读次数:
188
此为message的功能 Messages?are the entities used by systems to communicate with each other when using messaging channels.? Messages flow inone direction from a sender to a receiver(message的功能...
分类:
其他好文 时间:
2015-01-27 18:45:21
阅读次数:
252
This module is based on the socket.io real time implementation. It inherit Of the modules web_longpolling and web_socketioon bitbucket.How Install the...
分类:
其他好文 时间:
2015-01-27 11:01:08
阅读次数:
204
web.xml中已经注册了HttpFlexSession flex.messaging.HttpFlexSession但实际程序运行总是报HttpFlexSession未注册,思来想去,想起最近为了访问google,把hosts改过,赶紧重置,问题解决,真晕.
分类:
Web程序 时间:
2015-01-20 00:43:17
阅读次数:
335
IOS使用的技术叫做:APNS(Apple Push Notification Service)
Android使用的官方技术叫做:GCM(Google Clouding Messaging)
但是Android的GCM是开发者自己选的也可以自己实现,但是IOS就必须要走他的APNS才可以。
APNS和GCM本质上都是在系统中存在一个基于TCP协议的一个长连接,一直保持与服务器的连接...
分类:
移动开发 时间:
2015-01-19 14:31:12
阅读次数:
225
实现输出h264直播流的rtmp服务器 RTMP(Real Time Messaging Protocol)是常见的流媒体协议,用来传输音视频数据,结合flash,广泛用于直播、点播、聊天等应用,以及pc、移动、嵌入式等平台,是做流媒体开发经常会接触到的协议。我之前曾经写过一篇文章“RTMP协议发....
分类:
其他好文 时间:
2015-01-14 19:44:06
阅读次数:
211
XMPP(Extensible Messaging and Presence Protocol)是一种网络即时通讯协议,它基于XML,具有很强的扩展性,被广泛使用在即时通讯软件、网络游戏聊天、Web聊天及Web消息推送、移动设备的消息推送等场景,例如Google的GTalk、《英雄联盟LOL》游戏聊天模块。由于在Web浏览器上的JavaScript不能直接处理TCP协议,所以XMPP服务器通常会提供BOSH(Bidirectional-streams Over Synchronous HTTP)接口,通过H...
分类:
Web程序 时间:
2015-01-13 12:37:50
阅读次数:
449
Kafkais a distributed publish-subscribe messaging system. It was originally developed at LinkedIn and became an Apache project in July, 2011. Today,Ka...
分类:
Web程序 时间:
2015-01-10 23:42:50
阅读次数:
367