• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

mqapplet/H03-May-2022-690522

mqping/H03-May-2022-402277

qbrowser/H03-May-2022-949649

simplechat/H03-May-2022-1,540950

uclient/H03-May-2022-3,3422,159

READMEH A D28-Jan-20191.4 KiB3325

README

1@(#)README	1.6 04/06/08
2
3Oracle GlassFish(tm) Server Message Queue Examples: Applications
4----------------------------------------------------------------
5
6This directory contains more sophisticated JMS example programs.
7
8Directory     Description
9---------     -----------
10qbrowser      A GUI application that uses the Message Queue JMS
11              monitoring API to get the list of queues from a Message
12	      Queue broker, and browser their contents using a JMS
13	      QueueBrowser.
14
15simplechat    A GUI application that uses the JMS API to implement
16              a simple chat application.
17
18mqapplet      A browser based Java applet that uses the JMS API to
19              implement a simple chat application.
20
21mqping	      A utility similar to the Unix ping utility in some regards.
22	      With mqping, messages are sent to and received from a running
23	      broker.  The utility measures the round trip time.  The
24	      utility allows the user to control the size of the message,
25	      the destination type, delivery mode and send interval.
26
27uclient       A basic 'client' application that uses the JMS 1.1 APIs.
28	      It uses JMS Message Producer and Consumer to send and receive
29	      messages.  It .java does not use JNDI and relies on
30	      the feature by which a broker can "auto-create" the destinations
31	      desired by the user. The bulk of the application deals with the
32	      user interface and the JMS related code is fairly straightforward.
33