Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 865 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 865 Bytes

Rabbit Heaven README

Steps To get to Rabbit Heaven

QueueService Client in Project

  • Knows how to write Serializable DotNet Objects to Queue(s)
  • Knows how to read Objects from Queue(s)
  • Shows Usage examples of reading and writing to a RabbitMQ Queue
  • It is common to use serialization formats like JSON, Thrift, Protocol Buffers and MessagePack to serialize structured data in order to publish it as the message payload.

Who do I talk to?

  • You are on your own if you use this code...