We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
在启动 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.
首先阅读此。首先了解所需的 Bean 及其角色非常重要。
如果您搜索示例,您需要了解您将使用哪种 JMS 技术:
Tibco
、MQ
等。如果这是您要在本地运行的测试,那么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 thenActiveMQ
can get you up and running quickly:MQ Tutorial 101