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. […]

Read More

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 […]

Read More