Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Initial doc - before review

...

No Format
bgColor#000000
borderStylesolid
lsf@lsf-laptop:~/workspace/Order/releases$ java -jar recvclient.jar
Start Listening Consignment Data
30/08/2006 0914:2243:1354 org.activemq.ActiveMQConnection statusChanged
INFO: channel status changed: Channel: TcpTransportChannel: Socket[addr=localhost/127.0.0.1,port=61616,localport=4517853089] has connected
Received a Consignment:
<?xml version="1.0" encoding="UTF-8"?>
<Consignment id="001">
        <Branch id="123"/>
        <Orders>
                <Order orderId="234" custId="889" qty="90" model="101"/>
                <Order orderId="235" custId="776" qty="69" model="102"/>
                <Order orderId="236" custId="245" qty="74" model="103"/>
                <Order orderId="237" custId="232" qty="55" model="105"/>
                <Order orderId="238" custId="354" qty="44" model="106"/>
                <Order orderId="239" custId="267" qty="97" model="107"/>
        </Orders><Orders>
</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 Sytem's security configuration if you are connecting from a remote machine.

...