SpinGo / op-rabbit

The Opinionated RabbitMQ Library for Scala and Akka
Other
232 stars 73 forks source link

Dead letters on subscription.close() #50

Closed jknight12882 closed 8 years ago

jknight12882 commented 8 years ago

Using op-rabbit 2.0-M2, Akka 2.4.1

2015-12-16 01:31:09,591 [xxx-akka.actor.default-dispatcher-5] INFO  akka.actor.LocalActorRef - Message [com.thenewmotion.akka.rabbitmq.AmqpShutdownSignal] from Actor[akka://xxx/user/$a/connection/$a#-1532455610] to Actor[akka://xxx/user/$a/connection/$a#-1532455610] was not delivered. [1] dead letters encountered. This logging can be turned off or adjusted with configuration settings 'akka.log-dead-letters' and 'akka.log-dead-letters-during-shutdown'.
timcharper commented 8 years ago

Sigh. Not sure if it's possible to avoid every instance of dead letters; I think it's quite possible that this one is caused by the Akka-RabbitMQ library op-rabbit uses.

timcharper commented 8 years ago

Closing; this is benign and it's too hard to eliminate all dead letters.