server « JMS « JSP-Servlet Q&A





1. Creating a JMS server    coderanch.com

3. JMS ConnectionFactory lookup failure in Sun Application Server    coderanch.com

Hi, I am trying to connect to a JMS application installed in Sun Application server, which is running in Windows machine. My Client side Program is running in a linux machine and tries to connect to the Server, which is running in the Sun Application server. InintialContext object is created successfully and when the client program tries a JNDI lookup for ...

4. JMS Call to Differente Servers    coderanch.com

hello all, I'd like to know if there is a way to say to MDB's which server it must communicate to. For example, MDB A communicate to server 192.0.0.5:1099 and the MDB B communicate to server 192.1.1.6:1099. MDB A can communicate only to the specified server. Is it possbible, separate the server communication among MDB's? thanks!!!