Author Archives: Ajmal Abbasi

About Ajmal Abbasi

Ajmal Hussain Abbasi is Integration Consultant By Profession with 13+ years experience in Integration domain mainly with TIBCO products. He has extensive practical knowledge of TIBCO Business Works, TIBCO Cloud, TIBCO Flogo, TIBCO Mashery, TIBCO Spotfire, EMS and TIBCO ActiveSpaces. He has worked on a number of highly critical integration projects in various sectors by using his skills in TIBCO Flogo, TIBCO API Management (Mashery), TCI, Tibco Designer, TIBCO Business Studio, Adapters, TIBCO EMS, RV, Administrator, TIBCO BE, TIBCO ActiveSpaces etc. Ajmal Abbasi has experience with MuleSoft ESB as well. Ajmal Abbasi is also experienced in the area of API Management particularly with WSO2 API management platforms. Ajmal Abbasi is also experienced in developing solutions using Core Java and J2EE Technologies. You can contact Ajmal Abbasi for Consultancy, Technical Assistance and Technical Discussions.

TIBCO BW SmartMapper Lookup Step By Step Tutorial

TIBCO SmartMapper is a tool provided by TIBCO which extends functionality of TIBCO BW by supporting Lookups and cross referencing in an efficient way. Using SmartMapper, relationships are created between multiple application entities. In this TIBCO BW SmartMapper Lookup Tutorial; I will explain how we can create ER Model, create relationship between entities in multiple… Read More »

EAI Concepts: Understanding Enterprise Application Integration

In complex enterprises where a large number of heterogeneous systems and applications need to interact with each other in order to fulfil varied business needs; Enterprise Application Integration (EAI) principles and EAI tools & Technologies play a pivotal role. In this post, I am going to throw some light on different aspects of EAI, key… Read More »

TIBCO AppManage Utility EAR Deployment Step By Step Tutorial

In one of my previous tutorials, I explained the steps to deploy EAR in a TIBCO Domain using Administrator GUI. Now in this step by step tutorial, I am going to explain how you can deploy EAR in a domain using TIBCO AppManage utility through command line.

TIBCO HAWK EMS Monitoring: Monitor EMS Queue Using HAWK

In one of my previous HAWK tutorials; I explained how you can add hawk monitoring rule for some deployed application to raise an alert when service is not active. In this TIBCO HAWK EMS Monitoring tutorial, I am going to explain step by step how you can monitor queue on EMS server using HAWK as… Read More »

TIBCO EMS Useful Commands with Examples

TIBCO EMS Administration tool is used to perform various administrative tasks required while working with EMS based TIBCO projects. There are a large number of commands which can be used to perform different tasks for EMS administration. In this post, I am going to discuss about useful TIBCO EMS commands and their usage scenarios.

TIBCO Critical Section Group Step by Step Tutorial

In order to achieve synchronization and to ensure that only one process instance is able to run a set of activities grouped together at a particular time; Critical Section Group type is used in TIBCO processes. In this TIBCO Critical Section Group step by step tutorial, I will explain and demonstrate how we can use… Read More »

TIBCO Send Mail Tutorial: How to Send Email With Multiple Attachments in TIBCO BW

In one of my previous tutorials, I explained step by step how we can use Send Mail Activity from Mail Palette to send email from TIBCO BW process. This TIBCO Send Mail With Attachments tutorial is an extension to that tutorial as I am going to explain in this tutorial how to send email from… Read More »

TIBCO JMS Message Selector: How to Filter EMS Messages in TIBCO

While working with EMS based messaging in TIBCO, you may come across scenarios where you want to select some specific kind of messages only from a queue or a topic and process that instead of getting all the messages from that destination. JMS provides Message Selector feature which comes into play in this type of… Read More »

TIBCO Custom Palette and Custom Activity Tutorial

TIBCO provides a large number of activities grouped into different palettes which can be used to design BW processes to achieve certain business functions. TIBCO also enables users to create their own custom activities which refer to some business process which has underlying implementation for the custom activity. Custom activity once created can be added… Read More »

TIBCO JDBC Transaction Group Tutorial

Transaction is one of the group actions that you can use for activities grouped in a TIBCO BW process. Transaction group combines a set of activities as a single unit and they are commit or rollbacked based on completion of complete transaction. If any activity inside the transaction fails, all grouped activity actions are roll… Read More »