JoseTe Garcia Posted April 27, 2021 Share Posted April 27, 2021 Is there an equivalent to the Scribe Insight message queue in the TIBCO Cloud Integration If not what is the best practice for initiating an integration from an event (The insert or update of a record, etc...). This would be using D365 as a source Please advise. JG. Link to comment Share on other sites More sharing options...
Nick Roelandt Posted May 11, 2021 Share Posted May 11, 2021 Hi JG, I think you have 2 options. With D365 you can configure (with the plugin registration tool) to send out a webhook. Within TCI Connect you would have to set up an event flow. This will generate an unique endpoint URL which is the destination address for your webhook. Based on any changes, Connect will be notified and you can process the data to any given system. The second option would be to leverage the Azure Service Bus. Within the TCI Develop capability you would have to set up a subscriber to a particular topic/queue. Whenever there is a messaged published on to the bus the Develop Fow can process it thanks Nick Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now