JBoss Drools – Performance and Memory Internals

The application I am working on nowadays extensively uses JBoss Drools. The application deals with lots of objects on which complex logic is applied in sequence. This part has been developed using JBoss Drools. The keywords here are “lots of objects” and “complex logic in sequence”. These two keywords, when found together, often cause menace [...]

Maven Based Automated Execution of FitNium Acceptance Tests

Intent To automate execution of the FitNium acceptance tests and generate reports using maven. This is particularly useful in test driven and continuous integration environment. Motivation In one of the recent projects we wanted to integrate FitNium acceptance tests with maven based build system.We were using FitNium as it allows us to write and execute [...]

Accessing JBoss managed resources using MBeans

Recently I was working on an application that enables users to view the message count and the message content on all Queues deployed on a JBoss instance. Mainly, this application can be used by administrators to manage JMS Queues, it also provides a simple interface to create / delete queues as well as monitor messages [...]