博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Apache ActiveMQ
阅读量:2532 次
发布时间:2019-05-11

本文共 2925 字,大约阅读时间需要 9 分钟。

Today we will lean how to download and install Apache ActiveMQ Server and create a Queue or Topic in Apache ActiveMQ Server.

今天,我们将学习如何下载和安装Apache ActiveMQ Server以及如何在Apache ActiveMQ Server中创建队列或主题。

Apache ActiveMQ (Apache ActiveMQ)

Apache ActiveMQ Server is the most popular and powerful open source messaging and Integration Patterns server form Apache Foundation Software.

Apache ActiveMQ Server是Apache Foundation软件中最流行,功能最强大的开源消息传递和集成模式服务器。

ActiveMQ Server website:

ActiveMQ Server网站: :

ActiveMQ Server have provide JMS API to integrate with Spring Framework to develop Message applications using .

ActiveMQ Server提供了JMS API以与Spring Framework集成,以使用开发Message应用程序。

安装Apache ActiveMQ服务器 (Install Apache ActiveMQ Server)

Please use the followings steps to download and install Apache ActiveMQ Server into local system.

请使用以下步骤将Apache ActiveMQ Server下载并安装到本地系统中。

  1. Download Active MQ server latest version from website as zip file.

    从网站以zip文件下载Active MQ服务器最新版本。
  2. https://activemq.apache.org/download.html

    https://activemq.apache.org/download.html

  3. Extract apache-activemq-5.9.0-bin.zip file into local file system.

    apache-activemq-5.9.0-bin.zip文件apache-activemq-5.9.0-bin.zip压缩到本地文件系统中。
  4. Apache ActiveMQ Server Home folder looks like below image:

    Apache ActiveMQ Server主文件夹如下图所示:

  5. Start Apache ActiveMQ server.

    启动Apache ActiveMQ服务器。
  6. Open Command Prompt (CMD) at Apache Active MQ bin folder:

    在Apache Active MQ bin文件夹中打开命令提示符(CMD):

    CMD> cd E:\apache-activemq-5.9.0\bin

    Start server by using “activemq.bat” as shown below:

    通过使用“ activemq.bat”启动服务器,如下所示:

    E:\apache-activemq-5.9.0\bin>activemq.bat

    Apache ActiveMQ server console looks like as shown below:

    Apache ActiveMQ服务器控制台如下所示:

We have successfully installed Apache ActiveMQ Server. It’s time to setup required Queues or Topics to start development.

我们已经成功安装了Apache ActiveMQ Server。 现在该设置必要的队列或主题以开始开发了。

Apache ActiveMQ服务器设置 (Apache ActiveMQ Server Setup)

In this section, we will access Apache ActiveMQ Server admin console and create Queues or Topics.

在本节中,我们将访问Apache ActiveMQ Server管理控制台并创建队列或主题。

  1. Access ActiveMQ admin console

    访问ActiveMQ管理控制台
  2. ActiveMQ admin console URL: https://localhost:8161/admin/

    ActiveMQ管理控制台URL: https://localhost:8161/admin/

    Login details: admin/admin

    登录详细信息: admin/admin

    To view existing Queues, click on “Queues” Link.

    要查看现有队列,请单击“队列”链接。

    Similarly, Click on “Topics” link to view existing Topics, “Subscribers” to view existing subscribers and “Connections” to view existing connections.

    同样,单击“主题”链接以查看现有主题,单击“订户”以查看现有订户,单击“连接”以查看现有连接。

  3. Create new Queue or Topic

    创建新的队列或主题
  4. Queue Name : jms/TPQueue

    队列名称: jms/TPQueue

    Click on “Create” button.

    点击“创建”按钮。

    Topic Name: jms/TPTopic

    主题名称: jms/TPTopic

We have successfully installed and setup ActiveMQ Server with Topic or Queue.

我们已成功安装和设置带有主题或队列的ActiveMQ Server。

Now it’s time to start Developing Spring AMQP ActiveMQ Messaging Application!

现在是时候开始开发Spring AMQP ActiveMQ消息传递应用程序了!

Further Reading:

进一步阅读:

翻译自:

转载地址:http://wmlzd.baihongyu.com/

你可能感兴趣的文章
Windows autoKeras的下载与安装连接
查看>>
CMU Bomblab 答案
查看>>
微信支付之异步通知签名错误
查看>>
2016 - 1 -17 GCD学习总结
查看>>
linux安装php-redis扩展(转)
查看>>
Vue集成微信开发趟坑:公众号以及JSSDK相关
查看>>
技术分析淘宝的超卖宝贝
查看>>
i++和++1
查看>>
react.js
查看>>
P1313 计算系数
查看>>
NSString的长度比较方法(一)
查看>>
Azure云服务托管恶意软件
查看>>
My安卓知识6--关于把项目从androidstudio工程转成eclipse工程并导成jar包
查看>>
旧的起点(开园说明)
查看>>
生产订单“生产线别”带入生产入库单
查看>>
crontab导致磁盘空间满问题的解决
查看>>
java基础 第十一章(多态、抽象类、接口、包装类、String)
查看>>
Hadoop 服务器配置的副本数量 管不了客户端
查看>>
欧建新之死
查看>>
自定义滚动条
查看>>