Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 642 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 642 Bytes

go-foreman

Introduction

Foreman is an another implmenetation of publish/subscribe messaging for golang. Highly configurable, allows user to write own modules, define own strategy etc.

Messaging transport

Only AMQP implementation is available now. Own implementation of Transport can be used as an option.

Modules avaiable

  • Saga

Getting started

here it goes