Size: 675
Comment:
|
Size: 706
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server. Supports STOMP and JMS. | Apache [[ActiveMQ]] is the most popular and powerful open source messaging and Integration Patterns server. Supports [[STOMP]] and [[Java/JMS]]. |
Line 7: | Line 7: |
It has [[STOMP]] support (port 61613) like RabbitMQ. See [[RabbitMQ]]. The examples Python STOMP examples in [[RabbitMQ]] also work for ActiveMQ. | It has [[STOMP]] support (port 61613) like [[RabbitMQ]]. See [[RabbitMQ]]. The examples '''Python STOMP examples''' in [[RabbitMQ]] also work for [[ActiveMQ]]. |
ActiveMQ
Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server. Supports STOMP and Java/JMS.
Stomp support
It has STOMP support (port 61613) like RabbitMQ. See RabbitMQ. The examples Python STOMP examples in RabbitMQ also work for ActiveMQ.
Install in FreeBSD 10.3
- pkg search activemq
- pkg install activemq
- /usr/local/etc/rc.d/activemq
- Add activemq_enable="YES" in /etc/rc.conf
Web console http://localhost:8161/admin user and pass admin:admin
MQTT example
Port 1883. Normally just subscribes to topics.