Introduction to Lambda Architecture With the rapid growth of communication, the handling of data has become a problem. The batch processing was introduced as a solution where a batch of data is collected and processed at once. The problem with this approach was the outdated result. To overcome this issue…
Installing Websphere MQ 8 (IBM MQ) in Windows Virtual instance
Hi all, This post will guide you to install IBM Websphere MQ version 8 on a Windows 7 Virtalbox instance. The reason for writing this post was the difficulty I have faced when installing due to the ambiguous documentations. Lets start installing.
Configuring IBM MQ 7.4 in Windows instance
Configuring IBM MQ 7.4 in Windows In an earlier post, I have discussed about installing IBM MQ 7.5 in a Windows machine. The next step will be configuring IBM MQ to transfer a file. Step 01 Open IBM MQ explorer with administrative privileges. And you will get the following user…
How to use system properties in WSO2 products
Custom System properties in WSO2 products In this post I will discuss on how to use custom system properties when starting WSO2 products. Most of you know WSO2 products are started by running wso2server.sh script. We can append the custom system properties while running this script. I have added
Purging Cassandra data in WSO2 BAM 2.5.0
WSO2 BAM is capable of monitoring a wide range of business activities. BAM allows users to perform following operations to the data. Aggregate Analyze Present Purge In this post I am going to talk about data purging task performed by BAM. It is really simple to schedule a data purging/deleting task…
Configuring IBM AIX 7.1 with IBM JDK 1.6
1. Download IBM SDK 6 for AIX 7.1 using the below link. https://www.ibm.com/developerworks/java/jdk/aix/service.html You will get the Java6_64.sdk.6.0.0.385.tar file. 2. Extract the tar file using the following command. tar –xvf Java6_64.sdk.6.0.0.385.tar You will get the Java6_64.sdk file. 3. Start the installation using the below commands. inutoc . smitty installp
User Provisioning in WSO2 IS
WSO2 Identity Server 5.0.0 supports Inbound provisioning, Outbound provisioning and Just-In-Time provisioning. In this post, I’ll walk you through these provisioning concepts.
Remote debugging
This post will be on Remote debugging WSO2 products using Intellij idea. Thought of writing this simple post to avoid wasting time on Lets started from the scratch. Open the product source code from Intellij Idea.
Installing Web logic 12.1.2 in IBM AIX
Prerequisites JDK 1.7 or above wls_121200.jar downloaded (download the jar from here) Installation Steps Type the below command from the location where the jar file exists. java -jar wls_121200.jar
Extracting a .zip file using unzip command in IBM AIX
Unzip utility is not installed in IBM AIX by default. And also it can not be installed using apt-get, as we do in Linux OS. Here is a step by step guide to install unzip in IBM AIX.