java 带有 Weblogic 的简单 JMS 的分步示例
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/11597409/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Example step-by-step for simple JMS with Weblogic
提问by user1543450
Can any one please suggest me step-by-step example for creating JMS messaging , I am using Weblogic and eclipse. I am new to JMS. I am able to create weblogic Queue. But How we configure in eclipse and deploye application on weblogic. There are sender and reciver classes in eclipse.
任何人都可以建议我创建 JMS 消息传递的分步示例,我正在使用 Weblogic 和 eclipse。我是 JMS 的新手。我能够创建 weblogic 队列。但是我们如何在 eclipse 中配置并在 weblogic 上部署应用程序。eclipse 中有发送者和接收者类。
But can someone explain me all seteps.
但是有人可以解释我所有的seteps。
- What jars are required?
- How to deploye on weblogic?
- Application flow.
- 需要什么罐子?
- 如何在weblogic上部署?
- 申请流程。
回答by Paul Vargas
You can find a good examples using EJB 3.0. See the following:
您可以找到使用 EJB 3.0 的好例子。请参阅以下内容:
- Getting Started with Message-Driven Beans
- Processing JMS Messages
- Basic JMS Demo using WebLogic Queue ? Middleware Magic
This is using Oracle Workshop for WebLogic 10g R3.
这是使用Oracle Workshop for WebLogic 10g R3。
Another example is in Developing a Basic JMS Applicationfor WebLogic 10g R3 and Developing a Basic JMS Applicationfor Oracle WebLogic Server 12c Release 1. In tha last case, may be you need Oracle Enterprise Pack for Eclipse.
另一个例子是在开发基本JMS应用程序为WebLogic 10g R3的和开发基本JMS应用程序的Oracle WebLogic服务器12c的第1版在塔最后一种情况下,可能是你需要的Oracle Eclipse企业软件包。