搜索资源列表
Item49
- java的消息队列-the Message Queue
mq
- MQ软件提供一个JAVA软件包,里面有JMS类库,和一套MQ的类库。不熟悉MQI编程方法的程序员可以用JMS,比较熟悉MQI编程方法的程序则可以用MQ类库来编程。下面的小程序是使用Java实现从队列管理器QM_SERVER中的队列INITQ写入或读出消息
activemqWithSpringDemo
- active 消息队列结合spring的邮件发送小功能用于学习-send mail
3-method-to-put-msg-to-MQ-using-java
- java语言 三种向WebSphere+MQ队列发送消息的方法-There are 3 methods to put msg to MQ queue using java language.
get-msg-from-MQ-using-java
- java客户端从MQ队列接收消息的三种方法-3 methods to get msg from MQ queue using java language.
HelloJMS
- JMS是一个消息传递服务。J2EE server均提供了实现。本例子使用了openJMS作为JMS server,提供了队列和主题方式的代码 -use JMS to send message
jms-study
- JMS,java消息队列组件的规范教程,讲述jms的基本规范和使用方法。-study for JMS
ActiveMq
- AMQ 消息队列 稳定性调研分析 同步 和异步-AMQ message queue stability investigation and analysis of synchronous and asynchronous
sidekiq-master
- Sidekiq为Rails3应用程序提供一个高效的消息队列系统。-Sidekiq Rails3 application provides an efficient system message queue.
hbc-master
- hbc (Hosebird Client)是Twitter Streaming API 的 Java 客户端开发包。 主要特性: • 支持GZip、OAuth和分块(partitioning); • 自动重新连接,并进行适当的backfill计数; • 访问原始字节的有效负载; • 适时重新分配,并进行相关统计。 包含了2个主要模块: • hbc-core:该模块使用了一个简单的消息队列,用户可以轮
mqssave-2.0.0-1
- MQSSave是一个用来将MQSeries消息队列中的所有消息保存到一个文件的简单Java程序。-MQSSave an MQSeries message queue of all messages for simple Java program saved to a file.
MQServer
- ActiveMQ嵌入式启动broker和集合Sping配置的启动Broker,还有消息队列定时收发取的功能-ActiveMQ embedded start Sping configuration to start the broker, the broker and collections and message queue time taken to send and receive functions
activemq-master
- 消息队列,源码,很有用,帮助学习标准的消息队列,节省寻找与下载时间-Message queue, source code, very useful, to help learn the standard message queue, save the search and download time
callServer
- 1. 用户通过websocket与netty创建通讯 2. 用户链接到服务器队列中 3. 队列通过轮训机制判定netty是否有可以服务的客服 4. 如果有则将队列中的用户channel转给客服进行点对点通讯 5. 队列有自己的最大容载量 6. 每个客服可以同时服务N个用户 7. 没有空闲客服的时候用户们只能在队列中慢慢排队 8. 队列状态及实时位置由队列向队列内用户推送 9. 当有空闲位置的时候,轮训机制会将队列中首位用户放到netty中进行与客服
qfxRabbitmqDemo
- MQ全称为Message Queue, 消息队列(MQ),本例适用于小白新手,对mq有个基本的认识(MQ full name Message Queue, message queuing (MQ), this example applies to small white novice, MQ have a basic understanding)
EsbAPISample_Requester
- 连接IBM mq 的程序!向IBM mq 队列发送消息!已经在使用!(Connected to the IBM mq program! To IBM mq queue sends the message! Is already in use!)
demo
- 车载终端网关采用mina/netty+spring架构,独立于其他应用,主要负责维护接入终端的tcp链接、上行以及下行消息的解码、编码、流量控制,黑白名单等安全控制,网关同时支持交通部JT/T808-2011、JT/T808-2013两个版本全部的808协议,网关应用提供二次开发接口,支持以插件形式协议扩展而不需要改动任何原有代码。接入网关采用json消息通过MQ消息队列与业务平台进行交互(The vehicle terminal gateway using mina/netty+spring
star_git-mqtt_activemq_broker-master
- 基于mqtt协议的mq消息队列的测试程序,用的是activeMQ(mqtt protocol MQ message test project, based activeMQ.)