Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: 'Notifications' section rewritten

...

More detailed information about the JADE logging settings can be found in the JADE Parameter Reference - Logging article.

Notifications

...

JADE can be configured to send notifications to one or more recipients in the form of e-mails or filesaccording to file transfer events.

E-mails are sent using the Java mail client, which is a part of the Java Runtime Environment and thereby a requirement for the installation of JADE.

Files Mails are sent by activating (connection) Fragments that cause a file to be sent to a receiving server NotificationFragments containing the e-mail configuration .

Specifying Notifications

Notifications are operation-independent and therefor transfer protocol-specific and independent. They are specified in the JADE XML hierarchy as descendants of Profile elements and siblings of the Operation element as shown below:

  • Fragments
    • ProtocolFragments
    • NotificationFragments
      • MailFragment (name="Addressee 1")
        • Header (Required)
          • To (Required)
          • etc.
        • Body
        • etc.
      • MailFragment (name="Addressee 2")
      • etc.
  • Profile
    • Operation (required)
    • Notifications (optional)
      • NotificationTriggers (for e-mains)
        • OnSuccess
        • OnError
        • OnEmptyFile
      • NotificationFragmentRefs (for file transfer
        • NotificationFragmentRef (ref="Addressee 1")
        • NotificationFragmentRef (ref="Addressee 2")
    • other optional Profile elements

...

E-Mail configuration - How/where to config?

File Transfer configuration - How/where to config?As can be seen in the diagram above, the configuration of mail notification fragments follows the same principles as used for file transfer protocol fragments: one or more NotificationFragments are defined in the Fragments branch of the configuration and these are called as required by corresponding NotificationFragmentRef elements in the file transfer profile. The NotificationFragmentRef elements are activated by the events defined for the NotificationTriggers child elements (OnSuccess etc.).

Further information about notifications

...

It can be configured to send notifications when detecting errors being that have been reported from in the file transfer history.

...