Skip to content

suhasbansude/PubSubExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PubSub Example

1. Install all required dependencies

Go and its dependencies

RabbitMQ

MySql

2. Create Database

Create database 'pubsub'

3. Start Receiver

go run PubSubExample/receiver/main.go 

4. Publish data

go run PubSubExample/sender/main.go 

5. Test

Open database and check data

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages