Author |
Message
|
ylokesh |
Posted: Fri May 29, 2015 6:43 am Post subject: MQ integration with Salesforce |
|
|
Newbie
Joined: 29 May 2015 Posts: 5
|
Hi All,
New to MQ system and need help on integrating MQ with Salesforce. Salesforce should fetch the data from MQ whenever new records comes into Q. how this can be achieved? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri May 29, 2015 6:48 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
ylokesh |
Posted: Fri May 29, 2015 7:05 am Post subject: |
|
|
Newbie
Joined: 29 May 2015 Posts: 5
|
This search doesn't give me any specific solution, i did reviewed google search results, did not find any constructive solution, hence posted query here.
It would be great if you provide any link or detail steps in achieving this? |
|
Back to top |
|
 |
mqjeff |
Posted: Fri May 29, 2015 7:37 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
At a basic level, it seems like you might have to configure the salesforce platform to know how to connect to some MQ queue manager.
Then I guess develop a workbook that uses that connection.
But I don't know Salesforce, so I don't know how to do either of those. |
|
Back to top |
|
 |
Vitor |
Posted: Fri May 29, 2015 7:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ylokesh wrote: |
This search doesn't give me any specific solution, i did reviewed google search results, did not find any constructive solution, hence posted query here.
It would be great if you provide any link or detail steps in achieving this? |
Do you mean MQ or do you mean WMB (as you've posted in a WMB section)?
If the latter, the first Google hit is some kind of Salesforce blog that references this link on this forum. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
ylokesh |
Posted: Fri May 29, 2015 7:56 am Post subject: |
|
|
Newbie
Joined: 29 May 2015 Posts: 5
|
mqjeff wrote: |
At a basic level, it seems like you might have to configure the salesforce platform to know how to connect to some MQ queue manager.
Then I guess develop a workbook that uses that connection.
But I don't know Salesforce, so I don't know how to do either of those. |
Salesforce can be integrated with SOAP/REST APIs, but not sure, whether MQ can consume these APIs |
|
Back to top |
|
 |
Vitor |
Posted: Fri May 29, 2015 7:58 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ylokesh wrote: |
mqjeff wrote: |
At a basic level, it seems like you might have to configure the salesforce platform to know how to connect to some MQ queue manager.
Then I guess develop a workbook that uses that connection.
But I don't know Salesforce, so I don't know how to do either of those. |
Salesforce can be integrated with SOAP/REST APIs, but not sure, whether MQ can consume these APIs |
Which explains why a kind IBMer wrote the pattern I referenced. Allows you to use WMB/IIB as a protocol bridge. As MQ has no capability to use SOAP or REST, because MQ is itself a transport protocol like http. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
ylokesh |
Posted: Fri May 29, 2015 8:00 am Post subject: |
|
|
Newbie
Joined: 29 May 2015 Posts: 5
|
ylokesh wrote: |
mqjeff wrote: |
At a basic level, it seems like you might have to configure the salesforce platform to know how to connect to some MQ queue manager.
Then I guess develop a workbook that uses that connection.
But I don't know Salesforce, so I don't know how to do either of those. |
Salesforce can be integrated with SOAP/REST APIs, but not sure, whether MQ can consume these APIs |
Does MQ allows listeners? if so what are all the languages it supports for developing listeners. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri May 29, 2015 8:01 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
ylokesh wrote: |
ylokesh wrote: |
mqjeff wrote: |
At a basic level, it seems like you might have to configure the salesforce platform to know how to connect to some MQ queue manager.
Then I guess develop a workbook that uses that connection.
But I don't know Salesforce, so I don't know how to do either of those. |
Salesforce can be integrated with SOAP/REST APIs, but not sure, whether MQ can consume these APIs |
Does MQ allows listeners? if so what are all the languages it supports for developing listeners. |
Have you considered reading the MQ documentation?
Have you considered finding out if MQ has a REST gateway or API? |
|
Back to top |
|
 |
ylokesh |
Posted: Fri May 29, 2015 8:03 am Post subject: |
|
|
Newbie
Joined: 29 May 2015 Posts: 5
|
mqjeff wrote: |
ylokesh wrote: |
ylokesh wrote: |
mqjeff wrote: |
At a basic level, it seems like you might have to configure the salesforce platform to know how to connect to some MQ queue manager.
Then I guess develop a workbook that uses that connection.
But I don't know Salesforce, so I don't know how to do either of those. |
Salesforce can be integrated with SOAP/REST APIs, but not sure, whether MQ can consume these APIs |
Does MQ allows listeners? if so what are all the languages it supports for developing listeners. |
Have you considered reading the MQ documentation?
Have you considered finding out if MQ has a REST gateway or API? |
I'm new to MQ and doesn't know ABC of MQ, hence seeking information. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri May 29, 2015 8:22 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
|