How to use jms client in applet ?.
"owner_jpc" <[email protected]>
| Newsgroups | gmane.comp.java.openjms.devel |
|---|---|
| Message-ID | <000001c28bb6$0655a4e0$71900a0a@nbowner> |
I try to use client in applet , but I got a exceptoion javax.jms.JMSException: Failed to createConnection (MultiplexConnection): java.security.AccessControlException: access denied (java.net.SocketPermission 127.0.0.1:3035 connect,resolve) props.put(Context.INITIAL_CONTEXT_FACTORY,"org.exolab.jms.jndi.mipc.IpcJ ndiInitialContextFactory"); props.put(Context.PROVIDER_URL,"mipc://10.10.144.113:3035"); I would be appreciate for any help .