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
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
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
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
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是IBM开发的一个即时通讯协议,有可能成为物联网的重要组成部分。该协议支持所有平台,几乎可以把所有联网物品和外部连接起来,被用来当做传感器和致动器(比如通过Twitter让房屋联网)的通信协议。 ApacheApollo是一个代理服务器,其是在ActiveMQ基础上发展而来的,.....
分类:
Web程序 时间:
2016-01-13 15:58:17
阅读次数:
969
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
整理自http://www.tuicool.com/articles/ANzQ7vyhttp://haohaoxuexi.iteye.com/blog/18930381, 安装 brew install activemq2,
分类:
系统相关 时间:
2016-01-12 11:33:20
阅读次数:
2184
目 录工业物联网和集成系统解决方案的技术路线... 1前言... 1第一章 系统架构... 31.1 硬件构架图... 31.2 组件构架图... 4第二章 技术选型与介绍... 52.1 开发环境... 52.2 数据源... 52.3 数据采集... 52.4 数据上传服务... 62.5 消息...
分类:
移动开发 时间:
2016-01-11 21:57:30
阅读次数:
1026
我用的是Eclipse打包,但在CMD窗口执行的时候报“ActiveMQ.jar中没有主清单属性”错误。在网上搜了下,这个与MANIFEST.MF文件有关,该文件没有定义MAIN方法所在类的路径,利用好压打开jar包,果然如此。里面只有一行Manifest-Version: 1.0需添加Main-C...
分类:
编程语言 时间:
2015-12-31 17:32:13
阅读次数:
192