Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

A message queue created by a task o

Status
Not open for further replies.

chz013

Programmer
Jan 5, 2003
73
0
0
US
A message queue created by a task on a server on
IP address 192.168.1.1;
I like to write a java client application (on IP address 192.168.1.2);

1 - how is JMS different from the message queue created
by a Solaris task ?
2 - I need help/guidance on how to read messages
in message queue, which is created by a Solaris task,
and send them to display these messages on Java GUI.
How exactly do I do that or is that even possible ?
Any web site that would show such implementation example ?
3 - What's the basic concept of using message queue ?
4 - is there a code example on java network programming where
I could retrieve message from the message queue and display
the contents on the java client GUI ?
5- how is the client notified of when to retrieve msg from the
message queue ?
6 - how does the task know when to retrieve a message
sent from client and perform its task ?

Home > Forums > Programmers > Languages > Java (Sun) Forum
couldnt help me much and suggest I come here to seek advice.

any help is fully appreciated

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top