Categorygithub.com/GSabadini/go-message-broker
modulepackage
0.0.0-20200318155409-3579b89eac3a
Repository: https://github.com/gsabadini/go-message-broker.git
Documentation: pkg.go.dev

# README

Welcome to Go Message Broker 👋

Example of implementing message brokers in golang

Message Brokers

  • RabbitMQ
  • Apache Kafka
  • Apache ActiveMQ
  • Redis

Test implements

RabbitMQ

  • Run
make up-rabbitmq
Username: guest
Password: guest
  • Consume message
make consumer-rabbitmq
  • Publish message
make publish-rabbitmq

Kafka

  • Run
make up-kafka
  • Consume message
make consumer-kafka
  • Publish message
make publish-kafka

ActiveMQ

  • Run
make up-activemq
Username: guest
Password: guest
  • Consume message
make consumer-activemq
  • Publish message
make publish-activemq

Author

👤 Gabriel S. Facina

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author