📄️ Creating a Pub/Sub integration
A Pub/Sub integration allows one producer to send a topic through a shared subscription to multiple consumers. This allows a high level of throughput, but without the guarantee of messages received in order.
📄️ Creating a FIFO integration
A First In/First Out \(FIFO\) integration sends messages in the order received from the broker to an individual consumer. It guarantees that messages are processed in order at the cost of a lower volume of messages passed through.