OSB Interview Questions
1) What is Oracle Service Bus and Key features ? 2) What is difference between Oracle SOA Suite and OSB ? 3) What is Business Service ? […]
1) What is Oracle Service Bus and Key features ? 2) What is difference between Oracle SOA Suite and OSB ? 3) What is Business Service ? […]
OSB is an ‘A proven, lightweight integration Enterprise Service Bus (ESB) specifically designed for the task of integrating, virtualizing, and managing services in a shared services infrastructure, Oracle Service Bus allows […]
In my previous blog, i have demonstrated how to send message in the JMS queue using the OSB JMS adapter. Now, we are gonna to extend this blog and show […]
JMS Adapter (also known as Oracle JCA Adapter for JMS) is a component available with Oracle SOA Suite or Oracle Service Bus (OSB) which provides a very powerful way to […]
This example shows the steps to create a simple JMS queue in Weblogic server 12c. Let’s have a look on the JMS resources with definition: JMS Server A JMS server […]
The split join is very useful tool in Oracle Service Bus to process message in parallel. Split join is useful to reduce the response time as it process the message […]
It is always required to change environment specific values when we move our code from one environment to different environment. For example: we are moving our code from development environment […]
Cron allows linux or unix users to run scripts at a given time and date. We can schedule any script be executed periodically. Linux/Unix provide the crontab inbuilt utility to […]
Sometimes it is required to create a service interface(WSDL) from the schema(XSD) file. This post shows you how to create interface- WSDL from the given XSD using Jdeveloper 12c. Let’s […]
OSB allows us to cache Business Service Response for a given request. OSB uses the Coherence to support caching. Caching increases the application performance if we configure it in the […]
Sometime it is required to disable OSB services(Proxy or Business). This can be done using enterprise manager(em) console. Just follow the simple steps to disable the services. 1) Login into […]
In OSB, we can use Message Format Language(MFL) to transform binary data to XML and vice versa. We use format builder to create mfl files and can’t create mfl files […]