Skip to content

sandeshkota/RabbitMQ

Repository files navigation

Rabbit MQ Examples

Client Projects:

  • Add RabbitMQ.Client reference for Client projects. The version used is v4.0.0.0 (Runtime Version = v4.0.30319)

Server Projects:

  • Add Rabbit(may be) & RabbitMQ.Client references for Server projects. The version used is v4.0.0.0 (Runtime Version = v4.0.30319)

Setup:
_hostName = "server.in.server.com";
_userName = "userName";
_password = "passWord";
_virtualHost = "hostName";

*Interoperable not working

For more details Refer document

About

A Code sample of Rabbit MQ implementation with most of its features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages