Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.5 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.5 KB

Cloud scale messaging and IoT connectivity with AMQ Online

Pre-requisites

Install the oc command line application: https://docs.openshift.com/container-platform/3.11/cli_reference/get_started_cli.html#installing-the-cli

Download and install to your local machine:

In the following examples the tools will be references to as hat and hot, so please rename them accordingly after downloading.

Generic messaging

This part of the tutorial will focus on generic messaging. It will show case a "stock ticker" application, which has a single publisher of prices and multiple consumers.

See: example1

Example 1 overview

IoT connectivity

This part of the tutorial will combine generic messaging and IoT connectivity to build an application with gathers weather information and provides a dashboard with the aggregated value.

See: example2

Example 2 overview

See also

The tutorial will use code from the following repositories: