Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.16.1
-
Fix Version/s: 2.17.0
-
Component/s: camel-rabbitmq
-
Labels:None
-
Estimated Complexity:Unknown
Description
The reply will be a empty message.
When
org.apache.camel.component.rabbitmq.reply.ReplyManagerSupport#processReply
calls
org.apache.camel.component.rabbitmq.RabbitMQEndpoint#setRabbitExchange
The method setRabbitExchange will get `In` message and setBody for reply message while the expected message is `Out`.