Skip to content
Hunter Wu edited this page Jan 16, 2019 · 1 revision

ActiveMQ

Installation on ubuntu

sudo apt install activemq
cd /etc/activemq/instances-enabled
sudo ln -s ../instances-available/main ./
  • default user: activemq

Stomp

  • 需補上:

  • /usr/share/activemq/lib/activemq-stomp-5.8.0.jar

  • /usr/share/activemq/lib/xstream-1.4.9.jar

  • /etc/activemq/instances-enabled/main/activemq.xml

<transportConnector name="stomp" uri="stomp://127.0.0.1:61613"/>
Clone this wiki locally