在产品环境中应如何配置/使用jPOS? [英] How should jPOS be configured/used in a prod environment?

查看:111
本文介绍了在产品环境中应如何配置/使用jPOS?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我目前的公司中,我们正在考虑使用jPOS与其他系统进行ISO 8583集成.我阅读免费文档已有一段时间了,但是仍然有很多空白. 例如:

At my current company we are considering using jPOS to do our ISO 8583 integration with other systems. I've been reading the free documentation for a while, but I still have a lot of gaps. For instance:

  1. jPOS应该如何在产品中工作?我应该开始第二季度吗 服务器,它的行为就像端点接收或发送 ISO8583消息?我应该如何将其与我的整合 应用服务器?

  1. How is jPOS supposed to work in prod? Should I just start a Q2 server and it would act like and endpoint receiving or sending ISO8583 messages? How am I suppose to integrate that with my application server?

在哪种情况下以及如何使用jPOS空间?

In which cases and how should I use the jPOS Space?

我的基本用例是发送/接收ISO消息.我需要所有这些东西吗?

My basic use case is send/receive ISO messages. Do I need all of that stuff?

这里是否还有其他参考文献或该基本系统的示例,这些示例可以接收ISO 8583消息,进行一些处理然后在ISO8583消息中进行答复?

Are there any other references out there or examples of this basic system that receives ISO 8583 messages, do some stuff and then replies in ISO8583 messages?

谢谢

推荐答案

  1. jPOS应该如何在产品中工作?我应该只启动Q2服务器,它会像端点接收或发送ISO8583消息那样工作吗?

是的,这是首选方式.

我应该如何将其与我的应用服务器集成?

How am I suppose to integrate that with my application server?

如果您的应用程序服务器基于OSGi,则可以将Q2作为OSGi捆绑包启动.否则,您可以从代码中实例化Q2并启动它,即:

If your application server is based on OSGi, you can start Q2 as an OSGi bundle. Otherwise, you can just instantiate Q2 from your code and start it, i.e.:

Q2 q2 = new Q2("/path/to/your/deploy");
q2.start();

这里有一个很好的详细线程,介绍如何将jPOS作为JBoss SAR运行:

There's a good detailed thread on how to run jPOS as a JBoss SAR here: https://groups.google.com/forum/#!topic/jpos-users/Ro5wLB7qwKw - could be used as a reference for other app servers.

在哪种情况下以及如何使用jPOS空间?

In which cases and how should I use the jPOS Space?

您不必这样做,除非您发现它很有用. jPOS内部使用这些空间进行服务间通信.

You don't have to, unless you find it useful. jPOS uses the spaces internally for inter-service communications.

这里是否还有其他参考文献或该基本系统的示例,这些示例可以接收ISO 8583消息,进行一些处理然后在ISO8583消息中进行答复?

Are there any other references out there or examples of this basic system that receives ISO 8583 messages, do some stuff and then replies in ISO8583 messages?

您可能想尝试jPOS-EE项目中的"clientsimulator"和"serversimulator"示例.您可以在以下位置找到这些文档的文档: http://jpos.org/doc/jPOS-EE. pdf

You may want to try the 'clientsimulator' and 'serversimulator' examples from the jPOS-EE project. You can find the documentation for those here: http://jpos.org/doc/jPOS-EE.pdf

您可以在此处找到jPOS-EE: http://github.com/jpos/jPOS-EE

You can find jPOS-EE here: http://github.com/jpos/jPOS-EE

这篇关于在产品环境中应如何配置/使用jPOS?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆