abreits / amqp-ts

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

Added connection status. #34

Closed douglasrafael closed 5 years ago

douglasrafael commented 5 years ago

Added variable isConnected: boolean that stores connection status. This way, you can check if a connection exists quickly.