intermediate-key-concepts-emagiz-messaging-entry-not-a-queue
Version 1.2 by marijn on 2022/06/08 12:38
Entry, not a queue
In this microlearning, we will explore what the function of the entry is within the message engine. Furthermore, we will explain why there is no entry queue.Should you have any questions, please get in touch with academy@emagiz.com.- Last update: August 5th, 2021
- Required reading time: 5 minutes
1. Prerequisites
- Intermediate knowledge of the eMagiz platform
2. Key concepts
This microlearning centers on the concept of entry, not a queue.- The key aspects are:
- Entry is the starting point of the integration process in messaging
- Queues are an internal resource of eMagiz
- Outside parties are not allowed to write on eMagiz queues directly
- eMagiz facilitates various connectivity methods (i.e., REST, SOAP, Database, File)
3. Entry, not a queue
In this microlearning, we will explore what the function of the entry is within the message engine. Furthermore, we will explain why there is no entry queue.- The key aspects are:
- Entry is the starting point of the integration process in messaging
- Queues are an internal resource of eMagiz
- Outside parties are not allowed to write on eMagiz queues directly
- eMagiz facilitates various connectivity methods (i.e., REST, SOAP, Database, File)
- This would mean that the external system directly needs to connect to the infra layer (the JMS) and will have the option to read and write on other queues as well
- This would mean that the external system can only push data to eMagiz (so no polling of data)
- This would mean that the external system can directly place data on a queue
- This would create a tightly coupled dependency between the external system and eMagiz
- Entry is the starting point of the integration process in messaging
- Queues are an internal resource of eMagiz
- Outside parties are not allowed to write on eMagiz queues directly
- eMagiz facilitates various connectivity methods (i.e., REST, SOAP, Database, File)
Practice
4. Assignment
No assignment accompanies this microlearning.5. Key takeaways
- The key aspects are:
- Entry is the starting point of the integration process in messaging
- Queues are an internal resource of eMagiz
- Outside parties are not allowed to write on eMagiz queues directly
- eMagiz facilitates various connectivity methods (i.e., REST, SOAP, Database, File)