/OdinPrototype

Prototype for a distributed monitoring framework written in F#.

Primary LanguageF#Apache License 2.0Apache-2.0

SimpleRabbitMQ

A simple project in F# which sets up a RabbitMQ publisher and consumer in F#.

The application "Publisher" will write a message with the text "Hello" to a queue once every 5 seconds.

The application "Subscriber" receives messages sent by "Publisher" and writes the contents to the Console.