如何更改Activemq的默认端口号 [英] How can I change default port number of Activemq

查看:1609
本文介绍了如何更改Activemq的默认端口号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Windows 7操作系统.我从这些链接下载了apache-activemq-5.8.0.zip,并将其提取到C:\Users\Infratab Bangalore\Desktop\Queueing\apache-activemq-5.8.0目录中. /p>

Activemq初始化时,我从这些链接.

我已经在系统中安装了apache-maven-3.0.5.出于我的构想,我在系统中运行以下命令.

   mvn -version

我收到以下消息,所以Maven已成功安装.

 Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 19:21:
 28+0530)
 Maven home: P:\Software\apache-maven-3.0.5
 Java version: 1.7.0_21, vendor: Oracle Corporation
 Java home: C:\Program Files\Java\jdk1.7.0_21\jre
 Default locale: en_US, platform encoding: Cp1252
 OS name: "windows 7", version: "6.1", arch: "x86", family: "windows" 

我从这些链接下载了geronimo-spec-corba-1.0.jar并设置了classpth

我以以下方式开始Activemq初始化.

  C:\Users\Infratab Bangalore\Desktop\Queueing\apache-activemq-5.8.0\bin>activemq

我遇到错误,因此我通过以下语句测试了61616(Activemq default port no)是否处于活动状态.

  C:\Users\Infratab Bangalore>netstat -an|find "61616"
   TCP    0.0.0.0:61616          0.0.0.0:0              LISTENING
   TCP    [::]:61616             [::]:0                 LISTENING

最后,我了解到61616端口处于活动状态,因此我想更改端口号.

  1. 我是对的,我在想什么?

  2. 如何安装Activemq.

谢谢.

解决方案

我相信您的问题是端口61616上已经运行了某些设备.(这可能是您意外启动的ActiveMQ的另一个实例).

您可以在activemq.xml文件中更改ActiveMQ的端口.只需在61616上进行查找,然后将其替换为您要使用的端口即可即可(它应该在<transportConnector>标记中,名称为openwire).

您不必安装ActiveMQ,只需在bin文件夹中启动activemq.bat即可启动独立服务.

I am using Windows 7 OS. I downloaded apache-activemq-5.8.0.zip from these Link and extracted in C:\Users\Infratab Bangalore\Desktop\Queueing\apache-activemq-5.8.0 directory.

While Activemq initialization time I read Pre-Installation Requirements concept from these Link.

I already installed apache-maven-3.0.5 in my system.For my conformation I run the following command in my system.

   mvn -version

I am getting the following message,So Maven is installed successfully.

 Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 19:21:
 28+0530)
 Maven home: P:\Software\apache-maven-3.0.5
 Java version: 1.7.0_21, vendor: Oracle Corporation
 Java home: C:\Program Files\Java\jdk1.7.0_21\jre
 Default locale: en_US, platform encoding: Cp1252
 OS name: "windows 7", version: "6.1", arch: "x86", family: "windows" 

I downloaded geronimo-spec-corba-1.0.jar from these Link and set classpth.

I started Activemq initialization in the following way.

  C:\Users\Infratab Bangalore\Desktop\Queueing\apache-activemq-5.8.0\bin>activemq

I am getting error,So I tested whether 61616(Activemq default port no) is in active with the following statement.

  C:\Users\Infratab Bangalore>netstat -an|find "61616"
   TCP    0.0.0.0:61616          0.0.0.0:0              LISTENING
   TCP    [::]:61616             [::]:0                 LISTENING

Finally I understand 61616 port is active so I want to change my port number.

  1. Am I right, what I am thinking?

  2. How can I install Activemq.

Thanks.

解决方案

I believe your problem is there is already something running on port 61616. (It could be another instance of ActiveMQ you started on accident).

You can change the port for ActiveMQ in the activemq.xml file. Just do a find on 61616 and replace it with the port you would like to use (it should be in the <transportConnector> tag with the name openwire).

You do not have to install ActiveMQ, simply launch activemq.bat in the bin folder to start the standalone service.

这篇关于如何更改Activemq的默认端口号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆