如何使用 Spring 在我的应用程序中发送短信?

发布于 2024-12-20 08:46:52 字数 1539 浏览 1 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

世界等同你 2024-12-27 08:46:52

在启动 JMS 和 Spring 之前,您可能应该检查它是否能正常工作。

除非您有 JMS 到 SMS 网关编程根本没有帮助。首先,您必须找到 SMS 服务的经销商或提供商。然后检查他们提供了哪些 API。

如果他们碰巧提供了 JMS 网关,请开始阅读 Spring JMS 手册

您可能还需要一些 JMS 提供程序。检查 MQ 或一些较小的实现,例如 ActiveMQ

Before starting JMS and Spring you should probably check if it would work out at all.

Unless you have a JMS-to-SMS gateway programming won't help at all. First you have to find a reseller or provider for your SMS service. Afterwards check what APIs they provide.

If they happen to provide a JMS gateway start reading the Spring JMS manual.

You would probably need some JMSs provider as well. Check MQ or some smaller implementation like ActiveMQ.

来世叙缘 2024-12-27 08:46:52

首先阅读。首先了解所需的 Bean 及其角色非常重要。

如果您搜索示例,您需要了解您将使用哪种 JMS 技术:
TibcoMQ 等。如果这是您要在本地运行的测试,那么 ActiveMQ 可以让您快速启动并运行:

MQ 教程 101

First of all read this. It is important that you first under stand the beans that are required and there roles.

If your searching for samples you need to find out what JMS technology your going to be using:
Tibco, MQ etc. If this a test your going to run locally then ActiveMQ can get you up and running quickly:

MQ Tutorial 101

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文