Hi,
I have a little design problem, that should have appeared to a lot of you:
We have several Clients connected to a Session Bean. Behind these Session
Bean there are several Entity Beans that
represent the database tables.
The Clients have the possibility to change the database entries by calling
methods at the SessionBean and the Session Bean
uses the EntityBeans to perform the changes at the database. Up to here
everything is quite normal.
Now we have the need to notify all the Clients, when a database entry has
changed.
Is JMS (I think it is integrated to Jonas since 2.2) the right way to
perform this asynchronous notification or
am I running in the wrong way when trying to force a solution in that
direction?
Does anyone have any experiences with this scenario?
Thanks a lot for giving me a tip
Regards
Andreas Gintaut
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".