码迷,mamicode.com
首页 >  
搜索关键字:ActiveMQ    ( 1642个结果
ActiveMQ(5.10.0) - Message Redelivery and DLQ Handling
When messages expire on the ActiveMQ broker (they exceed their time-to-live, if set) or can’t be redelivered, they’re moved to a dead-letter queue, so...
分类:其他好文   时间:2016-01-19 21:00:11    阅读次数:247
ActiveMQ(5.10.0) - Connection Configuration URI
An Apache ActiveMQ connection can be configured by explicitly setting properties on the ActiveMQConnection or ActiveMQConnectionFactory objects themse...
分类:其他好文   时间:2016-01-19 15:41:04    阅读次数:177
active-mq的使用
1.下载ActiveMQ去官方网站下载:http://activemq.apache.org/2.运行ActiveMQ解压缩apache-activemq-5.5.1-bin.zip,然后双击apache-activemq-5.5.1\bin\activemq.bat运行ActiveMQ程序。启动A...
分类:其他好文   时间:2016-01-19 12:16:42    阅读次数:132
ActiveMQ(5.10.0) - Configuring the jaas authentication plug-in
JAAS provides pluggable authentication, which means ActiveMQ will use the same authentication API regardless of the technique used to verify user cr.....
分类:其他好文   时间:2016-01-13 19:54:36    阅读次数:259
ActiveMQ(5.10.0) - Destination-level authorization
To build upon authentication, consider a use case requiring more fine-grained control over clients to authorize certain tasks. ActiveMQ provides two l...
分类:其他好文   时间:2016-01-13 19:41:51    阅读次数:234
MQTT协议之 Apache Apollo服务
一、说明 MQTT是IBM开发的一个即时通讯协议,有可能成为物联网的重要组成部分。该协议支持所有平台,几乎可以把所有联网物品和外部连接起来,被用来当做传感器和致动器(比如通过Twitter让房屋联网)的通信协议。 ApacheApollo是一个代理服务器,其是在ActiveMQ基础上发展而来的,.....
分类:Web程序   时间:2016-01-13 15:58:17    阅读次数:969
ActiveMQ(5.10.0) - Configuring the simple authentication plug-in
The easiest way to secure the broker is through the use of authentication credentials placed directly in the broker’s XML configuration file. Such fun...
分类:其他好文   时间:2016-01-13 12:58:52    阅读次数:164
ActiveMQ 在mac 上的安装与运行
整理自http://www.tuicool.com/articles/ANzQ7vyhttp://haohaoxuexi.iteye.com/blog/18930381, 安装 brew install activemq2,
分类:系统相关   时间:2016-01-12 11:33:20    阅读次数:2184
C#工业物联网和集成系统解决方案的技术路线(数据源、数据采集、数据上传与接收、ActiveMQ、Mongodb、WebApi、手机App)
目 录工业物联网和集成系统解决方案的技术路线... 1前言... 1第一章 系统架构... 31.1 硬件构架图... 31.2 组件构架图... 4第二章 技术选型与介绍... 52.1 开发环境... 52.2 数据源... 52.3 数据采集... 52.4 数据上传服务... 62.5 消息...
分类:移动开发   时间:2016-01-11 21:57:30    阅读次数:1026
如何在制作jar包时引用第三方jar包
我用的是Eclipse打包,但在CMD窗口执行的时候报“ActiveMQ.jar中没有主清单属性”错误。在网上搜了下,这个与MANIFEST.MF文件有关,该文件没有定义MAIN方法所在类的路径,利用好压打开jar包,果然如此。里面只有一行Manifest-Version: 1.0需添加Main-C...
分类:编程语言   时间:2015-12-31 17:32:13    阅读次数:192
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!