O
Olivier Scalbert
Hello,
We are going to develop an application that will process incoming JMS
messages.
The application will receive JMS messages, process them based on their
types, and reply by sending a new JMS message with usefull info (at
least I hope.
This application will run in a EJB container (parhaps GlassFish).
Some messages processing need db access.
In the future, new message types (and new processing) will be added.
Are there any design patterns that can help us for dynamically adding
such logic into the application.
Thanks very much,
Olivier
We are going to develop an application that will process incoming JMS
messages.
The application will receive JMS messages, process them based on their
types, and reply by sending a new JMS message with usefull info (at
least I hope.
This application will run in a EJB container (parhaps GlassFish).
Some messages processing need db access.
In the future, new message types (and new processing) will be added.
Are there any design patterns that can help us for dynamically adding
such logic into the application.
Thanks very much,
Olivier