2021年1月19日星期二

Alternate to Apache Camel Resequencer

Currently, I am using Apache Camel Resequencer with ActiveMQ to sort the messages based on a particular field in the message Payload. This is done to guarantee (not 100%) that messages in Message Broker are processed sequentially in order of a particular payload field.

So apart from the above approach, I am wondering is there any alternate approach that I can use to sort the messages in Message Broker based on the PArticular field before a consumer consumes the message?

https://stackoverflow.com/questions/65789138/alternate-to-apache-camel-resequencer January 19, 2021 at 05:58PM

没有评论:

发表评论