achilleasa / dart_amqp

Dart AMQP client implementing protocol version 0.9.1
MIT License
79 stars 40 forks source link

heartbeat support #21

Closed a14n closed 2 years ago

a14n commented 5 years ago

In dart_amqp-0.1.1 I can see a TuningSettings.heartbeatPeriod but this property doesn't seem to be used.

Is it supposed to work?

achilleasa commented 5 years ago

At the moment the client is not supporting heartbeats so this value is forced to 0 during the initial handshake with the server.

a14n commented 5 years ago

Thanks for the info. A workaround can be to have a unbound exchange into which regular publications are done. Any other idea?