abreits / amqp-ts

AmqpSimple, a RabbitMQ tested Amqp library written in and for Typescript
MIT License
133 stars 37 forks source link

Connection class extend EventEmitter: #36

Closed lucas-barbosa-oliveira closed 5 years ago

lucas-barbosa-oliveira commented 5 years ago
    - Issuing and mapping of 'open_connection', 'close_connection', 'lost_connection', 'trying_connect', 're_established_connection' and 'error_connection' events (amqp-ts.ts)
    - Updated connection status.
    - Capturing error in channel creation
    - Updated readme with events description (README.md)