• jPOS Server in-out

    ,

    In this post i will share about jPOS Server in-out, have you experienced a case where you as a server need to initiate request? it could be network management message. This post is related topic with my previous post about jPOS Client Receive Request From Remote Server We are lucky, jPOS can handle this case.…

    Go to post

  • Create Custom jPOS ISO8583 Packager

    It’s been a long time since my last post, because some freelance project and current company projects. Today someone ask me about how to create custom jPOS ISO8583 packager for financial transaction. On this post, i wanna share about create custom jPOS ISO8583 packager using java class instead for xml. Creating custom packager is pretty…

    Go to post

  • Receiving Http Request using jPOS

    Today i wanna share about Receiving Http Request using jPOS. when we talk about http request, its mean that we can use restful or soap Service. In this post, we will use Restful service as example. Mostly when we use restful service, we use JSON as data format. First, jPOS is TCP based framework. its…

    Go to post

  • jPOS MUXPool as Load Balancer

    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…

    Go to post

  • 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…

    Go to post

  • Create Custom jPOS ISO8583 Packager

    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…

    Go to post