Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

MDM uses the Apache ActiveMQ messaging system which leverages the STOMP text-based messaging protocol.  STOMP allows clients to be written easily.  A STOMP protocol implementation in node.js can be found here.

Adding STOMP

<Waiting on snippet on adding STOMP>

Configuring STOMP

...

npm install --save stomp-client

Configuring STOMP

...

Note: Hari had inserted the STOMP libraries into the project but is now using the npm command above. There may be some changes to the following

...


tools/config.ts

Adding STOMP Handler

<Waiting on snippet on setting up STOMP handler>

...