Buildfile: build.xml
identify:
[echo] ###########################################################################
[echo] # Running the OrderingGroup example #
[echo] ###########################################################################
[echo] The queue: testQueue
[echo] The client jar: ../..//jboss-messaging-client.jar
sanity-check:
init:
[mkdir] Created dir: /home/howard/apps/jboss-messaging-1.4.0.SP3-CP08/examples/ordering-group/output/classes
compile:
[javac] Compiling 2 source files to /home/howard/apps/jboss-messaging-1.4.0.SP3-CP08/examples/ordering-group/output/classes
run:
[java] Queue /queue/testQueue exists
[java] Sending mormal message with lower priority 1
[java] Sending message with priority 0
[java] Sending message2 with priority 8
[java] Sending normal message with priority 7
[java] Sending message3 with priority 5
[java] The message was successfully sent to the testQueue queue
[java] len: 5
[java] The example connected to JBoss Messaging version 1.4.0.SP3-CP08 (1.4)
[java]
[java] #####################
[java] ### SUCCESS! ###
[java] #####################
BUILD SUCCESSFUL
Total time: 4 seconds
|