Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Should I use JMS or any alternative?

843830Aug 29 2002 — edited Sep 2 2002
Hi,

I need to implement multi-client server system and I have a problem in its architecture. Any help would be great!

The system works as follows. The clients ask for some services, and the server checks the database whether this service is available or not, if yes, it returns some information about the service to the client.

Here it seems, i need to use point-to-point jms. But in this scenario there must n queue for n clients and how can the clients know the name of queues and when (n+1). th client comes then a new queue should be created, but how can the server know about the existence of new client?

Any solution or you think I should chnage to RMI,CORBA?

regards
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2002
Added on Aug 29 2002
1 comment
222 views