dimanche 21 février 2021

Design a system of classes to filter messages at runtime in a Spring boot JMS app

I have a Springboot JMS application in which I have a class that is a component and receives messages from a JMS Queue/Topic since it implements the JMSLIstener Interface. My requirement is to have a design so that I can filter messages received like whether it is in XML or Json or plain text and have the specific Message processing class called to process the Message for further use.

Any sort of performance design ideas or system design ideas appreciated as I am new to system design.

Aucun commentaire:

Enregistrer un commentaire