Home > Manuals > Tutorials >



How to restart processing of a submitted file using ActiveMQ form

Version: V4.4
Added on: 11/13/15
Difficulty:
Time: 30 min
Category: Quick Guides

How to restart processing of a submitted file using ActiveMQ form

  1. Are you ready?

    In this tutorial we are going to learn how to restart processing of a previously submitted file.
    When a user receives e-mail similiar to one in the screenshot below, it means that processing of the submitted files got failed. In this case, the system provides possibility to avoid resubmission of the file allowing an administrative user to restart the failed task without following all successfully completed processes.

    We will use the following parameters:
    XML Message:
    <message>
    <task>icharge.processor-upload-file</task>
    <merchantAccountCode>2000</merchantAccountCode>
    <originalMerchantAccountCode>2001</originalMerchantAccountCode>
    <param name="attemptDate">2015-09-18 16:30:32</param>
    <param name="fileStoreCode">30</param>
    <param name="responseFilename"></param>
    </message>
  2. A system audit e-mail, notifying that some of the processes related to batch processing got failed within the system, should look similiar to the screenshot.
  3. Log in to the system using your Username and Password and switch to the Administration => System Perspective.

    Note: To learn how to log in and select perspectives, use the prerequisite tutorial Logging in and navigating the application.
  4. Click   Jobsbutton in the top section of the screen.
  5. Choose   Send Message  menu item  
  6. Locate   Send message to HornetQ  groupbox and paste the message from the received system audit e-mail.
  7. Click   Sendbutton
  8. Congratulations, you are done!

    You have learned how to restart processing of a submitted file in XML format. Now you can do this by yourself.

Related Tutorials

Name Added On Difficulty Time Required Description
Restarting processing of a submitted file 10/26/15 30 mins In this tutorial you will learn how to restart processing of a submitted file.

Tags