Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Investigation steps:

  1. Make sure all necessary consumers are running on your server, use the following command for that:

    Code Block
    ps -aux|grep 'Salesforce'
    Image Added
  2. Make sure all our Queues were created in the RabbitMQ:

    1. tnw_salesforce.prequeue.process.amqp

    2. tnw_salesforce.queue.process.amqp

    3. tnw_salesforce_sync_realtime

      Image RemovedImage Added
  3. Make sure all Exchanges were created successfully:


    1. tnw_salesforce.prequeue.amqp

    2. tnw_salesforce.queue.amqp

    3. tnw_salesforce.sync.amqp

  4. Check these Exchanges Bindings, if no Bindings here - this is the reason if our issue:

...