aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes JMS java messaging service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply locked New topic
Author

JMS java messaging service

sandeep dhingra
Ranch Hand

Joined: Jul 30, 2005
Posts: 41
I have to show data to a client in table. i want to make two applications one on the client side and the other on the server side.
The data to the JMS topic/queue is being send by the server application, I want the client to access the JMS topic/queue and take data from there and show it to the client in a table, continuously as and when there is some new message in the message queue the table has to be updated.

How do I implement this ??
David O'Meara
Rancher

Joined: Mar 06, 2001
Posts: 13459

Please don't post the same question in multiple forums. It creates duplicate conversations and wastes the time of the people trying to help you.

Thanks,
Dave
 
jQuery in Action, 2nd edition
 
subject: JMS java messaging service
 
Similar Threads
check Topic/Queue messages delivered on the server side ?
Can dynamic data be shown to the clent using jsp
JMX: How to add JMS Connection Factory by JMX on WL?
Servlet showing data at regular intervals
JMS or RMI to notify client of data change