https://github.com/grumpybusted/grumpy.ripplesmq.sample
Sample programs using the Server and Client package for RipplesMQ
https://github.com/grumpybusted/grumpy.ripplesmq.sample
Last synced: 10 months ago
JSON representation
Sample programs using the Server and Client package for RipplesMQ
- Host: GitHub
- URL: https://github.com/grumpybusted/grumpy.ripplesmq.sample
- Owner: GrumpyBusted
- License: mit
- Created: 2018-01-28T06:36:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-12T19:38:04.000Z (almost 8 years ago)
- Last Synced: 2025-02-07T01:43:52.658Z (12 months ago)
- Language: C#
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ci.appveyor.com/project/GrumpyBusted/grumpy-ripplesmq-sample)
# Grumpy.RipplesMQ.Sample
This is a sample solution using the RipplesMQ Message Broker. The Solution contain one client, three servers and two message
brokers. This sample demostrate the cooperation of the two message broker servers, and how these distriture the work to the
servers providing functionality on the RipplesMQ Message Bus.
For more detail on setting up a RipplesMQ Message Broker server see
[Grumpy.RipplesMQ.Server](https://github.com/GrumpyBusted/Grumpy.RipplesMQ.Server), see
[Grumpy.RipplesMQ.Client](https://github.com/GrumpyBusted/Grumpy.RipplesMQ.Client) to see how to setup a service using the
RipplesMQ Message Broker to provide or use functionality.
This sample is using a MS-SQL database for repository, connection string are configured in App.config of the Brokers.