Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 332 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 332 Bytes

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