Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
bgColor#000000
borderStylesolid
root@karthi-laptop:/home/Karthiga/Doc-1.2/Sample APPS/JMS and MDB/Order# ant run-recv-client
Buildfile: build.xml

run-recv-client:
     [java] Start Listening Consignment Data
     [java] Received a Consignment:
     [java] <?xml version="1.0" encoding="UTF-8"?>
     [java] <Consignment id="001">
     [java]     <Branch id="123"/>
     [java]     <Orders>
     [java]             <Order orderId="234" custId="889" qty="90" model="101"/>    
     [java]             <Order orderId="235" custId="776" qty="69" model="102"/>   
     [java]             <Order orderId="236" custId="245" qty="74" model="103"/>    
     [java]             <Order orderId="237" custId="232" qty="55" model="105"/>   
     [java]             <Order orderId="238" custId="354" qty="44" model="106"/>   
     [java]             <Order orderId="239" custId="267" qty="97" model="107"/>    
     [java]     </Orders>
     [java] </Consignment>

Note

Always consider lib folder inside of releases are a part of this client application. It contains library files you need to add to your class path to call a JMS application. Check your Operating System's security configuration if you are connecting from a remote machine.

Summary
Anchor
summary
summary

...