Mar 01 2024 04:50 AM
We have a requirement here. Whenever certain rows in a table are inserted, updated or deleted, we need to send messages to a message broker for further processing. Currently we are using triggers and SQL Server Service Broker for this purpose. But we want to use RabbitMQ for scalability and wider reach. Is there a third party solution component available to meet our requirements. We are ready to implement ourselves if 3rd party component is not available.
Mar 10 2024 01:25 AM
Mar 10 2024 01:21 PM - edited Mar 10 2024 01:21 PM
Consider leveraging RabbitMQ for real-time updates from SQL Server tables, enhancing scalability and extending reach Photo. Explore third-party solutions or implement custom integration for efficient message delivery and processing.
Mar 10 2024 11:01 PM
The examples in Internet shows Apache Kafka (Kafka connect) instead of RabbitMQ. Could you please give a pointer where Debezium could be used with CDC in SQL Server ad send messages to RabbitMQ?
Mar 11 2024 12:03 AM
Mar 11 2024 12:12 AM