- How should jPOS work in prod? Should I just start the Q2 server and it will act just like the endpoint receiving or sending ISO8583 messages?
Yes, this is the preferred method.
How can I integrate this with my application server?
If your application server is based on OSGi, you can run Q2 as an OSGi package. Otherwise, you can simply create Q2 from your code and run it, i.e.:
Q2 q2 = new Q2("/path/to/your/deploy");
q2.start();
Here is a nice detailed thread on how to run jPOS as a JBoss SAR here: https://groups.google.com/forum/#!topic/jpos-users/Ro5wLB7qwKw - can be used as a link for other application servers.
jPOS?
, . jPOS .
- , ISO 8583, , ISO8583?
"clientimulator" "serverimulator" jPOS-EE. : http://jpos.org/doc/jPOS-EE.pdf
jPOS-EE: http://github.com/jpos/jPOS-EE