Skip to content

Cloud scale messaging and IoT connectivity with AMQ Online

Notifications You must be signed in to change notification settings

redhat-iot/rhte-2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: