my purpose is to create an applet which subscribes to a queue ( andtherefore receives notifications from this queue). The queue isimplemented with MSMQ, so How Can I achieve this feature ??
Hi,MSMQ doesn't have a subscription model like you are after.MSMQ won't notify any applications that messages have arrived.Your application will need to listen to the queue for events or poll for messages.CheersJohn Breakwell