Skip to main content

Really Small Message Broker

A very small messaging server that uses the lightweight MQTT publish/subscribe protocol to distribute messages between applications.

Date Posted: August 26, 2008

alphaworks tab navigation

 

Platform requirements

Operating systems:

Installation instructions

  1. Download the zip file.
  2. Extract the zip file to a location on your computer (for example, C:\Program Files\broker or /home/laura/broker).
  3. On Windows, install Microsoft Visual C++ 2008 Redistributable Package, if it is not already installed.

Starting the broker on Windows: In the folder where you installed the broker, double-click broker.exe.

Starting the broker on Linux:

  1. In a terminal, change to the directory where you installed the broker (for example: cd /home/laura/broker).
  2. Enter the appropriate command for your platform. For example, on Ubuntu, type the following:
    ./broker.ubuntu
    

    Or, in order to run the broker in the background so that it will continue to run when you log out of the session, enter the following command:

    nohup ./broker.ubuntu >> /dev/null &
    


Download description

Filename File size Description
rsmb_1.0.1.zip    328KBZip file containing Really Small Message Broker

Trademarks


Related technologies