Hi,
I need to integrate a SuiteCRM instance with another database. I would like to use a message queuing system for this (like RabbitMQ).
When a new contact record is added to the other database a message (containing the record details) will automatically be produced and sent to a queue. I want to build a mechanism within SuiteCRM which will poll this queue for new messages. When it finds a new message it should add the new contact to its own database using the API.
I also need to do the opposite. i.e. when a certain transaction is added for a given contact in Suite CRM, I need to automatically send a message to the queue, which the other database will consume.
Kind Regards