lfex / kanin

An LFE Wrapper for the Erlang RabbitMQ (AMQP) Client
Apache License 2.0
7 stars 2 forks source link

Provide kanin server for failure+state management #7

Closed oubiwann closed 7 years ago

oubiwann commented 7 years ago

This should start when the kanin application starts. It will track connection options, a default connection (with the ability to support more, including connection pooling in the future), a default channel (reducing channel-related function arities by one in the default case), and the ability to support more channels in the user desires.

Tasks:

Branch:

Part of epic #4

oubiwann commented 7 years ago

Done.