2 Replies Latest reply on Nov 5, 2014 4:16 AM by objectiser

    Can the RTGov integrate with Oracle Service Bus?

    evanwong

      I have a customer who is using Oracle SOA Suite and Oracle Service Bus, they are looking at SOA Governance right now. From the run time governance perspective, is the Overlord RTGov be able to work with Oracle SOA Suite/OSB?

        • 1. Re: Can the RTGov integrate with Oracle Service Bus?
          jorgemoralespou_2

          It is not OOTB, but you could easily create som Java Callouts to be able to send ActivityEvents into an EmbeddedCollector, that could send it to the ActivityServer. Of course, this work is not done, but could be done by you and contributed back. If you are interested, you can ask for details.

          • 2. Re: Can the RTGov integrate with Oracle Service Bus?
            objectiser

            Alternatively you can also report the activity events direct to the REST API available on the server. The benefit of the approach mentioned by Jorge is that the embedded collector can perform some pre-processing on the events, trigger client side (activity validator) policies that could potential block the business txn (if inline) and batch up the events to send to the server more efficiently.