Closed
Description
AbstractMessageBrokerConfiguration
uses ChannelRegistration
to setup the following:
clientInboundChannel
with a thread name prefix ofclientInboundChannel-
clientOutboundChannel
with a thread name prefix ofclientOutboundChannel-
brokerChannel
with a thread name prefix ofbrokerChannel-
It does so even if the underlying Executor
has been externally provided. This is problematic, especially with virtual threads as the same instance is probably shared by all three channels.