Description:
|
In a nutshell, SwitchYardConsumer calls the composer to map the camel message into the SY message. Unfortunately, the consumer contract is used instead of the provider contract to determine the message type in the composer. This behavior is correct for producer endpoints, but is incorrect for consumer endpoints (which should use provider contract). I would assume this means that camel reference bindings are also broken in handling replies.
|