Author |
Message
|
BBhave |
Posted: Thu Apr 18, 2019 9:09 am Post subject: Can IIB10 subscribe to Salesforce platfrom events? |
|
|
Novice
Joined: 05 Dec 2018 Posts: 11
|
Hi,
I am exploring pub/sub configuration between salesforce and IIB.
salesforce provides RESTful Streaming API(works based upon pub/sub model), with the help of this api subscriber can receive events through polling the provider(Salesforce).
Can this be achieved in IIB? Any suggestions are welcome.
Thanks in advance! |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 18, 2019 10:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
What version of IIB? The ones with the Saleforce connector or the ones without? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
BBhave |
Posted: Thu Apr 18, 2019 10:26 am Post subject: |
|
|
Novice
Joined: 05 Dec 2018 Posts: 11
|
IIB version :10.0.0.11
MQ version:8.9
OS:Windows |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 18, 2019 10:37 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
BBhave wrote: |
IIB version :10.0.0.11
MQ version:8.9
OS:Windows |
Problematic.
A Salesforce Request node was added to v10 but in a fix pack later than 11 and that is more request/reply support than the scenario you're describing. Still later is the connectivity you're looking for, described here.
You're going to struggle to implement the Streaming API directly, because your IIB doesn't believe in connections to servers that don't time out promptly. If I was in your place, I'd write a little piece of Java that handles the connection to Salesforce, passes subscriptions to IIB and runs on an application server someplace the size of a postage stamp. You can consume these with an HTTPInput node and you're off.
Other solutions are undoubtable possible, may be technically better and/or a better fit with your requirements & site standards. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
BBhave |
Posted: Thu Apr 18, 2019 10:50 am Post subject: |
|
|
Novice
Joined: 05 Dec 2018 Posts: 11
|
|
Back to top |
|
 |
markt |
Posted: Thu Apr 18, 2019 10:53 am Post subject: |
|
|
 Knight
Joined: 14 May 2002 Posts: 508
|
Look at the Salesforce Bridge that's part of MQ |
|
Back to top |
|
 |
Vitor |
Posted: Thu Apr 18, 2019 11:02 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
markt wrote: |
Look at the Salesforce Bridge that's part of MQ |
Does that run on MQv8 on Windoze? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|