Starting the ActiveMQ broker, results in an error -


i trying start activemq broker on windows machine following instructions @

http://activemq.apache.org/getting-started.html#gettingstarted-startingactivemq

after downloading windows binaries, changed installation directory , launched broker using bin/activemq instructed. launch fails , after scanning wall of text found following error.

error | failed start apache activemq ([localhost, id:[computer id]:1], java.io.ioexception:    transport connector not registered n jmx: failed bind server socket: amqp://0.0.0.0:5672?maximumconnections=1 000&wireformat.maxframesize=104857600 due to: java.net.bindexception: address al ready in use: jvm_bind) 

the address in use caused me believe amqp broker, such rabbitmq or qpid(both of installed), might have allocated connection restarted computer no success on eliminating error.

can give me ideas on try activemq running properly.

i try running netstat -anb command prompt , see if can find using port 5672.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -