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
Can u explain What exactly you are looking for ?
I have worked on JMS alot, if you need help in that than reply here and I will see what I can do
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