Red Hat OpenShift xPaaS - Simple MQTT with OpenShift, Part One, Create A-MQ broker with MQTT protocol on Openshift
This demo will be divided into 2 parts, first is to setup the Messaging broker on OpenShift with MQTT Connector. Then we are going to write a simple demo trying to connect to the broker via MQTT
Openshift is the open and unified Platform-as-a-Service (PaaS) offering for enterprises from Red Hat. So developers like me don't have to go through all the hassle about setting up the environments or managing the networks.
And as I mentioned in the previous blogs, MQTT is a very "lightweight " protocol. It is design for remote client with limited bandwidth to deliver messages. MQTT has small footprint, consumes less power, small data packets. It's goal is simply deliver messages to the message broker, the broker is then responsible to pass on the messages to other endpoints
In this blog, I will show you how to create a A-MQ Broker running MQTT connector in OpenShift.
Before you start, please make sure you have successfully create a account on OpenShift.
First of all, create…
Openshift is the open and unified Platform-as-a-Service (PaaS) offering for enterprises from Red Hat. So developers like me don't have to go through all the hassle about setting up the environments or managing the networks.
And as I mentioned in the previous blogs, MQTT is a very "lightweight " protocol. It is design for remote client with limited bandwidth to deliver messages. MQTT has small footprint, consumes less power, small data packets. It's goal is simply deliver messages to the message broker, the broker is then responsible to pass on the messages to other endpoints
In this blog, I will show you how to create a A-MQ Broker running MQTT connector in OpenShift.
Before you start, please make sure you have successfully create a account on OpenShift.
First of all, create…