gpt4 book ai didi

java - 应该如何在生产环境中配置/使用 jPOS?

转载 作者:塔克拉玛干 更新时间:2023-11-03 05:13:32 29 4
gpt4 key购买 nike

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

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

  2. 我应该在哪些情况下以及如何使用 jPOS 空间?

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

  4. 是否有任何其他引用资料或此基本系统的示例可以接收 ISO 8583 消息、执行一些操作然后在 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?

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

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

这里有一个关于如何将 jPOS 作为 JBoss SAR 运行的详细线程:https://groups.google.com/forum/#!topic/jpos-users/Ro5wLB7qwKw - 可以作为其他应用服务器的引用。

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

您不必这样做,除非您觉得它有用。 jPOS 在内部使用这些空间进行服务间通信。

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

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

关于java - 应该如何在生产环境中配置/使用 jPOS?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22362501/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com