OSB 12c: JMS integration with OSB : Push message to JMS Queue
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 […]
- Ankur Jain
- 3
- 4088
- February 10, 2017
JMS queue in weblogic server 12c
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 […]
- Ankur Jain
- 4
- 8023
- February 9, 2017
Split Join in Oracle Service Bus 12c
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 […]
- Ankur Jain
- 3
- 4598
- February 6, 2017
Customize Oracle Service Bus environment values
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 […]
- Ankur Jain
- 1
- 2370
- February 6, 2017
Cron Job in linux
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 […]
How to create a custom WSDL using XSD
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 […]
- Ankur Jain
- 5
- 4923
- January 26, 2017
Caching in OSB 12c
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 […]
- Ankur Jain
- 6
- 3722
- January 20, 2017
Disable OSB services(Proxy or Business)
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 […]
- Ankur Jain
- 29
- 5854
- January 20, 2017
Convert binary(Non XML) data to XML data in OSB using MFL
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 […]
- Ankur Jain
- 1
- 3220
- January 18, 2017
Java callout in OSB
Sometimes Oracle Service Bus is not sufficient to meet our requirements. To do so OSB provides Java Callout activity that is used to call java code from OSB. In this blog, […]
- Ankur Jain
- 6
- 4421
- January 17, 2017
Hostname verification failed: HostnameVerifier=weblogic.security.utils.SSLWLSHostnameVerifier
Sometimes we may struggle with the Hostname verification failed: HostnameVerifier=weblogic.security.utils.SSLWLSHostnameVerifier exception when we deal with the host that is not verified by our network. If the application is deployed on Weblogic, […]
- Ankur Jain
- 37
- 11054
- January 17, 2017
Consume Secure SOAP service in OSB
In this blog, we will call a secured webservice by adding an OWSM client policy to a business service. For this we will create a Business service that will use […]
- Ankur Jain
- 5
- 2006
- January 17, 2017