| 接口 | 说明 |
|---|---|
| ActivemqConstants |
| 类 | 说明 |
|---|---|
| ActivemqConstProvider | |
| ActivemqConsumer |
ACTIVEMQ消费者模型实现(线程安全)
|
| ActivemqFactory |
redis对象工厂类用于获取producer/consumer,publisher/subscriber,table对象
应用程序结束时会自动清除所有subscriber和consumer |
| ActivemqPoolLazy |
延迟初始化的
Connection资源池(线程安全),使用方法:通过 #getDefaultInstance() 和getInstance(...)系列静态方法获取ActivemqPoolLazy实例通过 BaseMQPool.apply() 和 BaseMQPool.free()方法实现Connection对象的申请和释放 |
| ActivemqPoolLazys |
延迟初始化的
Connection资源池(线程安全),使用方法:通过 ActivemqPoolLazys.getDefaultInstance() 和getInstance(...)系列静态方法获取ActivemqPoolLazy实例通过 #apply() 和 #free()方法实现Connection对象的申请和释放 |
| ActivemqProducer |
IProducer ACTIVEMQ实现 |
| ActivemqPublisher |
IPublisher ACTIVEMQ实现 |
| ActivemqSubscriber | |
| AdvisoryMessageManager |
threadSafe
|
| MessageQueueFactoryImpl |
IMessageQueueFactory接口的activemq实现类 |
| PropertiesHelper |
Copyright © 2020. All Rights Reserved.