Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Message Handler / Message Processing "optional" #4

Open
clauspruefer opened this issue Jul 10, 2024 · 0 comments
Open

Make Message Handler / Message Processing "optional" #4

clauspruefer opened this issue Jul 10, 2024 · 0 comments
Assignees
Labels
base Base system
Milestone

Comments

@clauspruefer
Copy link
Contributor

Add configuration option (database)

INSERT INTO system.config (config_group, "value") VALUES ('message_handler', 'true');

Implement here

x0/www/sysInitOnLoad.js

Lines 190 to 195 in a15988c

//----------------------------------------------------------------------------
//- Start Async Notify Message Handler
//----------------------------------------------------------------------------
sysFactory.sysGlobalAsyncNotifyHandler = new sysAsyncNotifyMsgHandler();

if (ConfigOption !== undefined && ConfigOption === true) {
}
@clauspruefer clauspruefer self-assigned this Jul 10, 2024
@clauspruefer clauspruefer changed the title Make messaging "optional" Make message handler / message processing "optional" Jul 10, 2024
@clauspruefer clauspruefer added the base Base system label Jul 10, 2024
@clauspruefer clauspruefer added this to the Release 1.0 milestone Nov 12, 2024
@clauspruefer clauspruefer changed the title Make message handler / message processing "optional" Make Message Handler / Message Processing "optional" Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
base Base system
Projects
None yet
Development

No branches or pull requests

1 participant