Versions Compared

Key

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

...

You need to set up the ESB, and the back-end service:

  1. Download the ........ Guaranteed-Delivery.zip file, which includes the ESB configuration described above. 
  2. See Setting up the Environment for instructions on setting up the ESB and the back-end service.Start the Message Broker (or ActiveMQ). For instructions, go to Starting the Message Broker.

Executing the sample

  1. Stop the Axis2 server instance.
  2. Execute the following command to send a message to the ESB profile requesting a stock quote using the Stock Quote Client:
    ant stockquote -Dtrpurl=http://localhost:8280/services/GuaranteedDeliveryProxy
    For information on the Stock Quote Client and its operation modes, go to Stock Quote Client in the WSO2 EI Documentation.
  3. Start the Axis2 server instance. Observe in the server Console that the message that you sent when it was offline is now successfully delivered.

...