vcabbage / amqp

AMQP 1.0 client library for Go.
https://godoc.org/pack.ag/amqp
MIT License
134 stars 97 forks source link

Server and incoming-endpoint support #177

Open alanconway opened 5 years ago

alanconway commented 5 years ago

vcabbage currently only acts as a client, and does not support incoming lines Add support for listening on a server socket and accepting incoming links and sessions (for both client and server connections)

PR coming shortly to show a proposed API.

vcabbage commented 5 years ago

Awesome! :+1:

alanconway commented 4 years ago

Work on this is starting in #178