<div dir="ltr">Hi,<br><br>proper thread naming is useful for thread dump analysis. It's possible to pass an own ExecutorService to the ConnectionFactory. This way I can influence the naming of threads created by the ConsumerWorkService. <br><br>Unfortunately it's not possible to customize the naming for the heartbeats, so these threads are named like "pool-20-thread-1".<br><br>Could you modify com.rabbitmq.client.impl.HeartbeatSender.createExecutorIfNecessary() and pass a ThreadFactory with a proper name format (like "HeartbeatSenderThread" or something similar)?<br><br>Thanks in advance<br>Dennis<br></div>