Versions Compared

Key

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

...


Code Block
{src: `${this.ASSETS_SRC}/vendor-libs/js/amq_jquery_adapter.js`, inject: true, vendor: true},
{src: `${this.ASSETS_SRC}/vendor-libs/js/amq.js`, inject: true, vendor: true},
{src: `${this.ASSETS_SRC}/vendor-libs/js/stomp.js`, inject: true, vendor: true},


Subscribing to a Topic

Note: For now a simple username/password is used for all zones. We will update each the AMQ configuration to use oAuth security see YOUMDM-103.

 

Setup your credentials in your configuration (e.g. config.ts)

...