Zymonic Messaging System: Difference between revisions

From Zymonic
Content added Content deleted
(Created page with "=Zymonic Messaging System= The Zymonic Messaging system is designed to have a daemon that accepts incoming messages (Emails, SMS etc.) and attaches them to processes and an outgoing messaging system. As it stands the outgoing messages can only be generated using <pre><Action class="SendMessage"></pre> - the system has had an early test and parts of the infrastructure it added are in use in the EmailReport action but is not yet production ready.")
 
No edit summary
 
Line 1: Line 1:
=Zymonic Messaging System=
=Zymonic Messaging System=


The Zymonic Messaging system is designed to have a daemon that accepts incoming messages (Emails, SMS etc.) and attaches them to processes and an outgoing messaging system.
The Zymonic Messaging system is designed to have a [[Zymonic Daemon]] that accepts incoming messages (Emails, SMS etc.) and attaches them to processes and an outgoing messaging system.


As it stands the outgoing messages can only be generated using <pre>&lt;Action class="SendMessage"&gt;</pre> - the system has had an early test and parts of the infrastructure it added are in use in the EmailReport action but is not yet production ready.
As it stands the outgoing messages can only be generated using <pre>&lt;Action class="SendMessage"&gt;</pre> - the system has had an early test and parts of the infrastructure it added are in use in the EmailReport action but is not yet widely used in Zymonic Systems.

Latest revision as of 09:09, 28 September 2022

Zymonic Messaging System[edit]

The Zymonic Messaging system is designed to have a Zymonic Daemon that accepts incoming messages (Emails, SMS etc.) and attaches them to processes and an outgoing messaging system.

As it stands the outgoing messages can only be generated using

<Action class="SendMessage">

- the system has had an early test and parts of the infrastructure it added are in use in the EmailReport action but is not yet widely used in Zymonic Systems.