Hi All,
I am losing information about exceptions inside RabbitMQ Java Client because default error handle write it to STDERR (!) instead of logging it to SLF4F, log4j, etc. Without it I can't redirect errors to Syslog or Airbreak and lose them.
Could you please add logging here and here?
Thanks