ActiveMQ
Broker
ActiveMQ5.0 的二进制发布包中bin目录中包含一个名为activemq的脚本,直接运行这个脚本就可以启动一个broker。 此外也可以通过Broker Configuration URI或Broker XBean URI对broker进行配置,比如:activemq xbean:myconfig.xml。
Broker可以在java代码内部启动。
Security安全插件
ActiveMQ支持可插拔的安全机制,用以在不同的provider之间切换。包括:Simple Authentication Plugin、JAAS Authentication Plugin、Custom Authentication Implementation、Authorization Plugin等。
集群cluster
ActiveMQ从多种不同的方面提供了集群的支持。提供的集群方式有:Queue consumer clusters、Broker clusters、Master Slave、Pure Master Slave。