function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SFSF 

HTTP POST to a public endpoint

Can salesforce place API like messages on a message queue Like SQS or Rabbit MQ.  or   How can Salesforce perform an HTTP POST to a public endpoint (which in this case the endpoint would be a queue listening via HTTP). whar are my options?
Best Answer chosen by SF
SwethaSwetha (Salesforce Developers) 
HI Hafsa,
Recommend reviewing code on https://thysmichels.com/2017/02/17/apex-callout-to-rabbitmq-queue/
https://github.com/robertmrk/rabbit_force

Similar ask: https://developer.salesforce.com/forums/?id=9062I000000IYmcQAG

If this information helps, please mark the answer as best. Thank you

All Answers

SwethaSwetha (Salesforce Developers) 
HI Hafsa,
Recommend reviewing code on https://thysmichels.com/2017/02/17/apex-callout-to-rabbitmq-queue/
https://github.com/robertmrk/rabbit_force

Similar ask: https://developer.salesforce.com/forums/?id=9062I000000IYmcQAG

If this information helps, please mark the answer as best. Thank you
This was selected as the best answer
SFSF
Thank you.