How do I use JMQ in an applet?

Hi, i'm really interested in JMQ and JMS, they're great themes. I can't find samples code to implement a web application (a simple web page with a bottom maybe) with the JMQ software, i mean to connect the web event with the JMQ router. Please, can you help me to resolve my doubt.
[298 byte] By [christenscreen] at [2007-11-25 8:06:31]
# 1

We do not have any examples that we can provide you that show JMQ

used in an applet. We will certainly consider adding some. JMQ in an

applet should be possible. The biggest issue you will face is dealing

with the Java security manager. As you probably know the security manager

uses the sandbox model to limit access the applet has to ``system resources''.

A JMQ base applet would need to be able to open a connection to the router

to send and receive messages. Be default JMQ uses port 9312. If you

are using Java 2 you can create a policy file to provide permission

to your applet to use that port. If you download the JMQ1.1 Early

Access product from http://access1.sun.com/jmq1.1ea/ you will find

an example policy file.

christenscreen at 2007-7-1 13:56:33 > top of Java-index,Application & Integration Servers,Sun Java System Message Queue...