THe message processor must be generic enough and it could be extended for a different message processor, depending on the processing logic for each data source.
So we design a Java-based message processor application using Strategy design pattern, where we can easily add additional message processor class and configure it in the property file. With this design pattern, we remove code duplication of the consuming part, and forwarding to Amazon SNS topic.
0 Comments
Leave A Comment