ActiveMQ based learning

What is ActiveMQ

Apache ActiveMQ is produced, most popular, strong ability to open source message bus. ActiveMQ is a fully supported JMS1.1 and J2EE 1.4 specification JMS Provider realize, despite the JMS specification has been introduced a long time ago, but in the middle of today's JMS J2EE application still plays a special status.

ActiveMQ use

Import dependence

<dependency>
    <groupId>org.apache.activemq</groupId>
    <artifactId>activemq-all</artifactId>
    <version>5.9.0</version>
</dependency>

Guess you like

Origin www.cnblogs.com/feiqiangsheng/p/11016390.html