Java Messaging

 
 
Posts: 3
Joined: 2007-05-02
Points: 0
User is offline
Java Messaging

Comments and suggestions on the APIs required for Java messaging.


Anonymous
Posts: 144423
Joined: 1970-01-01
Points: 0
User is offline
Re: Java Messaging

Can u explain What exactly you are looking for ?


Anonymous
Posts: 144423
Joined: 1970-01-01
Points: 0
User is offline
Re: Java Messaging

I have worked on JMS alot, if you need help in that than reply here and I will see what I can do


Posts: 3
Joined: 2007-05-02
Points: 0
User is offline
Re: Java Messaging

Firstly,how do I send a hash table object from one client to another one using JMS features? Is there any API for that? The hash table is to be sent by setting some name-value pairs and the same are to be extracted at the other end - that's the purpose.
Secondly, I've two classes "Requestor" and "Replier" in the server. Is there any other way to use them from the client machines not using the RMI technique?
Regards,
Nilanjan