[rabbitmq-discuss] SalesForce and RabbitMQ Integration
Emile Joubert
emile at rabbitmq.com
Thu Oct 17 13:51:50 BST 2013
Hi,
On 16/10/13 11:46, Jim Smith wrote:
> I would appreciate insight of the integration process to have a Web
> Services integrate with RabbitMQ to submit or retrieve messages from a
> queue.
Salesforce supports a number of APIs:
https://help.salesforce.com/HTViewHelpDoc?id=integrate_what_is_api.htm
And there are a many ways of communicating with RabbitMQ:
http://www.rabbitmq.com/devtools.html
Depending on what kind of integration you are attempting, you would
create an intermediary that can communicate via a Salesforce API and one
of the RabbitMQ protocols. Once you have that in place you can send
messages back and forth.
-Emile
More information about the rabbitmq-discuss
mailing list