Migration
From 1.x.x to 2.x.x
Change notes:
@MQListenerhas removed support to listen a temporary queue, because@ReqReplyuse this behaviour by default.@ReqReplyhas added support to do a request reply pattern using fixed queues with get message by selector.
Actions:
@EnableMQSelectorMessageListenerhas been removed, now you can use@ReqReplydirectly usingqueueTypeattribute with valueFIXED.@EnableMQMessageSenderhas been removed, now you should use@EnableMQGateway.@EnableReqReplyhas been removed, now you should use@EnableMQGatewaypassing the samescanBasePackagesproperty.- property
replyQueueTemphas been renamed toreplyQueuein@ReqReply. commons.jms.input-queue-aliashas been removed now you only can set the alias withreplyQueue.