Skip to content

Example of producer and consumer of RabbitMQ over Tor Network messages in Golang

License

Notifications You must be signed in to change notification settings

aulwardana/go-amqp-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go AMQP example over Tor Network

Example of publisher and consumer of RabbitMQ messages over Tor Network in Golang

Requirements

The following instructions assume that you have Go correctly installed (and $GOPATH set correctly), RabbitMQ installed with default settings, and you running Tor Service in your local computer.

Note: Please build the RabbitMQ hidden service using VPS first.

Getting the library

go get github.com/aulwardana/amqp

The library is already modified by me for connect to AMQP protocol over Tor network.

Running the code

Run the publisher:

cd $GOPATH/src/go-amqp-example/publisher
go run publisher.go

Run the consumer:

cd $GOPATH/src/go-amqp-example/consumer
go run consumer.go

Credits

This source code is forked from https://github.com/andreagrandi/go-amqp-example.

About

Example of producer and consumer of RabbitMQ over Tor Network messages in Golang

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%