here is my story.. i downloaded openJMS . and tried to run my JMS client program. my client program has this code..
| properties.put(Context.INITIAL_CONTEXT_FACTORY, | "org.exolab.jms.jndi.InitialContextFactory"); | properties.put(Context.PROVIDER_URL, | "rmi://localhost:1099/"); | Context context = new InitialContext(properties); | | | i a getting exception "org.exolab.jms.jndi.InitialContextFactory" ..not found !!. i can assure you, my openJMS server is running. So, i am planning to use JBOSS instead of openJMS. i have heard JBoss supports JMS. will you please replace the above code statements if i were to use JBoss ? Thank you View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3906182#3906182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3906182 ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
