Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

connect to a MSMQ queue using a Java class

  Asked By: Adella    Date: Jul 18    Category: Java    Views: 1435
  

my purpose is to create an applet which subscribes to a queue ( and
therefore receives notifications from this queue). The queue is
implemented with MSMQ, so How Can I achieve this feature ??

Share: 

 

1 Answer Found

 
Answer #1    Answered By: John Breakwell     Answered On: Feb 23

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.

Cheers
John Breakwell

 
Didn't find what you were looking for? Find more on connect to a MSMQ queue using a Java class Or get search suggestion and latest updates.




Tagged: