Apache Camel: Reply received for unknown correlationID

前端 未结 4 1989
予麋鹿
予麋鹿 2021-01-25 00:55

There is a middleware in between of two other software components. In the middleware I\'m routing Apache ActiveMQ messages by Apache

4条回答
  •  不要未来只要你来
    2021-01-25 01:09

    UPDATE:

    My previous answer is working correctly, but was not the complete solution.

    The mistake was producing non-unique CorrelationIDs! (a bug in random string generators) simple!!! :|

提交回复
热议问题