Skip to main content

Architecture

Modules

The debiX system is designed with a modular architecture, where each module operates independently and generates its own event notifications based on its specific business logic.

Unidirectional Communication

All module-generated notifications are delivered to the issuer via the MQ channel, which is strictly one-way. No response is expected or received through this channel. For two-way interactions or follow-up actions, issuers should use the debiX API.

When an event occurs, the system triggers a notification that is routed to the issuer through the configured MQ for the selected module.

Setup Options

An issuer can subscribe to one or more MQs, depending on his integration preferences and the number of modules they wish to access.

  • Single MQ Setup: All module notifications are delivered through a single queue.
debix-push-single-mq-setup
  • Multiple MQ Setup: Each module delivers notifications through a shared or dedicated queue.
debix-push-multi-mq-setup

This flexible setup allows an issuer to tailor the integration to his operational and technical needs.