I have an requirement to send data from Oracle DB to SFDC account.
Scenario: Oracle DB -> WebSphere Message Broker(MB) -> WebSphere Message queue(MQ) -> DataPower (Service) -> SFDC account
I’m not sure how the data will be pushed to MB? Do MB has the capability to pull the data from any source?
If it doesn’t have that capability, what can be done to move the data from Oracle DB to WebSphere Message Broker(MB)? What's the communication protocol generally used? How to integrate Oracle DB to WebSphere Message Broker(MB)?