Introduce JmsClient
with customizable operations and unified message conversion capabilities
#32501
Labels
Milestone
Inspired by the introduction of
JdbcClient
in 6.1 (#30931) and by the requirements for customizable operations expressed in #26840, we intend to investigate the introduction of a similarly designedJmsClient
API.This can also bring unified message conversion capabilities from
JmsTemplate
(payload objects andjakarta.jms.Message
) as well asJmsMessagingTemplate
(org.springframework.messaging.Message
), being able to interact withorg.springframework.jms.support.converter.MessageConverter
as well asorg.springframework.messaging.converter.MessageConverter
.The text was updated successfully, but these errors were encountered: