Tutorial Customize JPos NACChannel with Tail

Today i want to share Tutorial Customize JPos NACChannel with Tail Jpos Library comes with several channel implementation. Most channel implementation extend BaseChannel class and just override the sendMessageLength and getMessageLenght methods. every channel implementation have different message format, for example NACCHannel using LL LL [TPDU] ISO-Data message format, where: LL LL represent the TPDU […]

Read More