HornetQ 独立运行并编写客户端代码
我正在尝试独立运行 HornetQ 服务器。但我不知道该怎么做,我下载了 hornetq-2.0.0.GA 并使用 build.sh 启动服务器,但我希望通过 java 代码启动 HornetQ 服务器,并且想要编写一个客户端代码来编写消息放入队列并进一步从队列中读取。
请帮助我完成以下活动:
- 想知道如何通过java代码启动HornetQ服务器独立版吗?
- 想要编写客户端代码以将消息写入和读取到队列中。
请记住我没有使用 JBoss 或 Tomcat 服务器。
我将非常感激,请做必要的事情。
谢谢
I am trying to run HornetQ server standalone. But i don't know how to do it, I downloaded hornetq-2.0.0.GA and started server using build.sh, But i am looking to start HornetQ server by java code, and the want to write one client code for writing message into the queue and further read from the queue.
Please help me in the following activities :
- Want to know how to start HornetQ server Standalone by java code?
- Want to write client code to write and read message into the queue.
Please remember i am not using JBoss or Tomcat server.
I will be very thankful, please do the needful.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为文档的这一部分可以帮助您: http://hornetq.sourceforge.net/docs/hornetq-2.0.0.BETA5/user-manual/en/html/embedding-hornetq.html。
I think this part of the documentation can help you: http://hornetq.sourceforge.net/docs/hornetq-2.0.0.BETA5/user-manual/en/html/embedding-hornetq.html.