How many application_server.integration can I have at same time?

Hello everyone,

Someone knows if I can have two application_server.integration working at same time?

In my setup I would like to have the application server connected to the local mosquitto mqtt (under [application_server.integration.mqtt]) and also publish (duplicated) all messages to Azure Service Bus (under [application_server.integration.azure_service_bus]) at same time.

Thanks!

Hi, no problem with that.

First enable your global integration, for example:

[application_server.integration]
  enabled=["mqtt","postgresql"]

Then setup your integration’s parameters in apropriate section of appserver toml file.

2 Likes

Thanks Martin, it worked!