As promised before, today i want to share about using jPOS MUXPool as Load Balancer. This is internal load balancer, so we don’t need to buy external load balancer. The idea is using two layer instance, the load balancer instance and worker instance. The benefit when using MUXPool is, that when there are fault for […]
Month: August 2015
jPOS Client Asynchronous Request
Today, i want to share about jPOS Client Asynchronous Request. When we look at MUX interface there are two overloading request(ISOMsg, timeout) and request(ISOMsg, timeout, ISORequestListener, handback) method for synchronous and asynchronous messaging. usually, i’am using request(ISOMsg, timeout) method for sending request to server. But when i look at MUX source for fun, i realize […]
jPOS Deploy Directory Structure Tips

Today i want to share about jpos deploy directory structure and give some tips how to use organize the directory. first thing, deploy directory is used when we are using Q2. Deploy directory is directory where we place the QBean object, QBean can be QServer, logger, QMUX, ChannelAdaptor, or a class that extend the QBeanSupport […]