Buildfile: build.xml identify: [echo] ########################################################################### [echo] # Running the BRIDGE example # [echo] ########################################################################### [echo] The queue: ${example.queue.name} [echo] The client jar: ../../../output/lib/jboss-messaging-client.jar sanity-check: init: [mkdir] Created dir: /home/tim/dev/jboss-messaging/trunk/docs/examples/bridge/output/classes [mkdir] Created dir: /home/tim/dev/jboss-messaging/trunk/docs/examples/common/output/classes compile: [javac] Compiling 5 source files to /home/tim/dev/jboss-messaging/trunk/docs/examples/common/output/classes [javac] Compiling 1 source file to /home/tim/dev/jboss-messaging/trunk/docs/examples/bridge/output/classes> deploy: [copy] Copying 1 file to /home/tim/dev/jboss-5.0.0.GA/server/messaging/deploy sleep: [echo] Sleeping for 5 seconds ... run: [java] Queue JBossQueue[A] exists [java] Queue JBossQueue[B] exists [java] The message was successfully sent to the A queue [java] The message was successfully sent to the A queue [java] The message was successfully sent to the A queue [java] The message was successfully sent to the A queue [java] The message was successfully sent to the A queue [java] The message was successfully sent to the A queue [java] The message was successfully sent to the A queue [java] The message was successfully sent to the A queue [java] The message was successfully sent to the A queue [java] The message was successfully sent to the A queue [java] The message was received successfully from the B queue [java] The message was received successfully from the B queue [java] The message was received successfully from the B queue [java] The message was received successfully from the B queue [java] The message was received successfully from the B queue [java] The message was received successfully from the B queue [java] The message was received successfully from the B queue [java] The message was received successfully from the B queue [java] The message was received successfully from the B queue [java] The message was received successfully from the B queue [java] The example connected to JBoss Messaging version 1.4.1.GA (1.4) [java] ##################### [java] ### SUCCESS! ### [java] ##################### undeploy: [delete] Deleting: /home/tim/dev/jboss-5.0.0.GA/server/messaging/deploy/test-bridge-service.xml BUILD SUCCESSFUL Total time: 9 seconds |