Skip to content

Gateway

assimbly edited this page May 17, 2022 · 2 revisions

A gateway has the following fields:

  • Name The name of the gateway.

Choose here the name where the gateway acts like a portal for. For example the name of an application. However, you're free to give it any name you like. This name is displayed on the flows page.

  • Type Currently you can choose between the following types of gateways:

    1. Full
    2. Integration (Routes)
    3. Integration (Connectors)
    4. Broker (ActiveMQ Classic)
    5. Broker (ActiveMQ Artemis)

In the first option Assimbly contains all available modules, while in the others only one is used.

  • Environment The name of your environment. This is mostly how the environment at this stage is called, like test1. If you don't have a name, make the name the same as the stage.

  • Stage The stage of the environment in a DTAP street: development, test, acceptance, production.

  • Default endpoint Here you can choose the default components for from (source), to (destination) and error. For example when you want to use SFTP as a gateway, you can choose that component.

In case you don't know, just choose "file". The component can always be changed during configuration of a flow.

Export/Import

The configuration of Assimbly is stored in a database. It's possible to export/import the Gateway configuration as XML (Administration --> Deployment). This can also be used for backups (for example when upgrading) or to put the configuration to another stage (for example from DEVELOPMENT to TEST).

Clone this wiki locally