8000 GitHub - cbirajdar/rabbitmq-clients: Simple clients in Java, C# and Node.js for RabbitMq messaging!
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cbirajdar/rabbitmq-clients

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clients (Java, Node.js, C#) to connect to RabbitMQ brokers

Before executing these programs, make sure you have rabbitmq server running locally or remotely.

Node.js

  • cd node.js
  • npm install
  • To send, node send.js $host
  • To receive, node receive.js $host

C#

For Unix/Linux, you can install mono (cross platform open source .NET framework)

Compile

mcs /r:"RabbitMQ.Client.dll" producer.cs
mcs /r:"RabbitMQ.Client.dll" consumer.cs

Run

mono producer.exe $host
mono consumer.exe $host

Java

cd java
gradle execute -PjvmArgs="-Dhost=$host"

About

Simple clients in Java, C# and Node.js for RabbitMq messaging!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0