码迷,mamicode.com
首页 >  
搜索关键字:jms activemq 61616    ( 2227个结果
消息通信库ZeroMQ 4.0.4安装指南
消息通信库ZeroMQ 4.0.4安装指南一、ZeroMQ介绍ZeroMQ是一个开源的消息队列系统,按照官方的定义,它是一个消息通信库,帮助开发者设计分布式和并行的应用程序。首先,我们需要明白,ZeroMQ不是传统的消息队列系统(比如ActiveMQ、WebSphereMQ、RabbitMQ等)。Z...
分类:其他好文   时间:2015-07-16 18:57:30    阅读次数:105
转:使用 JMeter 完成常用的压力测试
使用 JMeter 完成常用的压力测试就目前 Java EE 的平台下开发的软件来说,这种节点通常可能是:Web 服务器、数据库服务器和 JMS 服务器。它们都是请求主要发生的地点,请求频率较其它的节点要高,而且处于请求序列的关键路径之上。如果它们效率无法提高的话,对于整个软件的效率有致命的影响。而...
分类:其他好文   时间:2015-07-15 19:12:59    阅读次数:118
SpringFramework4系列之SpringTest:(二)MockJNDI
JNDI是J2EE 的标准之一,它依赖于容器, 比如说在开发测试阶段,datasource 或者jms 的factory 是通过JNDI所寻得的话,那么要测试的话,总是要部署到应用服务器上面 比如 TOmcat,weblogic或者Jboss等,...
分类:编程语言   时间:2015-07-13 16:23:16    阅读次数:146
activemq 实战三 了解连接器的URI-Understanding connector URIs
Before discussing the details of connectors and their role in the overall ActiveMQarchitecture, it’s important to understand connector URIs. Uniform r...
分类:其他好文   时间:2015-07-10 13:20:24    阅读次数:179
activemq 实战 一
This chapter covers? Introduction to the use case for each of the book examples? Use of Maven for compiling and running the examples? How to use the e...
分类:其他好文   时间:2015-07-10 13:05:28    阅读次数:125
activemq 实战 四 传输连接器-Transport connectors 4.2
In order to exchange messages, producers and consumers (clients) need to connect tothe broker. This client-to-broker communication is performed throug...
分类:其他好文   时间:2015-07-10 13:02:38    阅读次数:101
activemq 实战二 连接到ActiveMQ-Connecting to ActiveMQ
The main role of a JMS broker such as ActiveMQ is to provide a communicationinfrastructure for client applications. For that reason, ActiveMQ provides...
分类:其他好文   时间:2015-07-10 12:51:31    阅读次数:142
JMS 简介
JMS (Java Message Service)。用于在Application之间进行message传递。Enterprise Message WebSphere MQ、SonicMQ、Microsoft Message Queue(MSMQ)、ActiveMQ、EJB中的Message Bea...
分类:其他好文   时间:2015-07-09 17:52:18    阅读次数:141
SpringFramework4系列之SpringJMS:(五)Jms namespace的使用
Spring jms 的命名空间 xmlns:jms="? xsi:schemaLocation=" http://www.springframework.org/schema/jms http://www.springframework.org/schema/jms/spring-jms.xsd" Spring jms 的命名空间元素 SpringJMS 提供...
分类:编程语言   时间:2015-07-08 00:49:54    阅读次数:125
【最新版本】maven企业框架,集成GPS系统,绝对开源平台!Java源码 SpringMVC Mybatis Shiro Bootstrap Rest Webservice
框架整合:Springmvc + Mybatis + Shiro(权限) + REST(服务) + WebService(服务) + JMS(消息) + Lucene(搜搜引擎) + Quartz(定时调度) + Bootstrap Html5(支持PC、IOS、Android)需要源码请加Q:31...
分类:编程语言   时间:2015-07-07 18:45:20    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!