FAQs: Events
No. | Question | Answer |
1 | What types of events can be created in Adeptia Connect? | Events such as Calendar, Complex, Database, File, FTP, HTTP, JMS, Kafka Listener, Mail, Spazio MFT/s Listener, and Timer can be created in Adeptia Connect. |
2 | How do I create a Calendar Event? | Follow the step-by-step instructions in the Calendar Event section to schedule events based on specific dates and times. |
3 | What is a Complex Event in Adeptia Connect? | A Complex Event combines multiple event triggers using logical operators to execute based on defined conditions. |
4 | How do I create a Database Event? | Follow the Database Event instructions to trigger actions when specified database conditions are met. |
5 | What is the purpose of the Event Registry? | The Event Registry allows you to register and manage event configurations for various use cases. |
6 | How do I create a File Event? | A File Event monitors specific directories for file changes and triggers actions based on the defined criteria. |
7 | What is an FTP Event? | An FTP Event monitors changes on an FTP server, such as file uploads or deletions, and triggers corresponding actions. |
8 | How do I set up an HTTP Event? | Configure an HTTP Event to listen for incoming HTTP requests and trigger actions based on the request details. |
9 | What is a JMS Event? | A JMS Event listens for messages on a JMS queue or topic and triggers actions when a message is received. |
10 | How do I create a Kafka Listener? | Set up a Kafka Listener to subscribe to a Kafka topic and trigger actions when new messages are published. |
11 | What is a Mail Event? | A Mail Event monitors an email account for incoming emails and triggers actions based on the defined email criteria. |
12 | How do I configure a Timer Event? | A Timer Event triggers actions at specific intervals or times, configurable based on your requirements. |
13 | What is a Spazio MFT/s Listener? | A Spazio MFT/s Listener monitors file transfers and triggers actions when specific conditions are met. |
14 | Can multiple events be combined into a single trigger? | Yes, Complex Events allow you to combine multiple event triggers using logical operators like AND, OR, etc. |
15 | What are the prerequisites for creating a Database Event? | Ensure database access credentials, proper permissions, and the conditions for triggering the event are defined. |
16 | How do I monitor file changes using a File Event? | Configure the directory path, file type, and specific conditions like file creation, modification, or deletion. |
17 | Can an FTP Event monitor multiple directories? | Yes, FTP Events can be configured to monitor multiple directories based on specific patterns. |
18 | How do I test an HTTP Event after creation? | Send an HTTP request to the event’s endpoint URL and verify that the actions are triggered as configured. |
19 | What are the key configuration fields for a Kafka Listener? | Key fields include the Kafka broker URL, topic name, consumer group, and optional message filters. |
20 | How do I debug issues with event execution? | Use Adeptia Connect’s logging and monitoring tools to check for errors and ensure the event configuration is correct. |