Java Reference
In-Depth Information
ant
The targets place the application client JAR file in the dist directory for the ex-
ample.
3. In another terminal window, go to the producer directory.
4. Run the Producer client, sending one message to the queue:
appclient -client client-jar/producerClient.jar queue
The output of the client looks like this (along with some additional output):
Destination type is queue
Sending message: This is message 1 from producer
5. Go to the messagebrowser directory.
6. Deploy the client JAR file to the GlassFish Server, then retrieve the client
stubs:
ant getclient
Ignore the message that states that the application is deployed at a URL.
7. Because this example takes no command-line arguments, you can run the
MessageBrowser client using the following command:
ant run
Alternatively, you can type the following command:
appclient -client client-jar/messagebrowserClient.jar
The output of the client looks something like this (along with some additional out-
put):
Click here to view code image
Message:
Text: This is message 1 from producer
Class: com.sun.messaging.jmq.jmsclient.TextMessageImpl
getJMSMessageID():
ID:12-128.149.71.199(8c:34:4a:1a:1b:b8)-40883-1255980521747
getJMSTimestamp(): 1255980521747
getJMSCorrelationID(): null
JMSReplyTo: null
JMSDestination: PhysicalQueue
Search WWH ::




Custom Search