That error means either 1) an ActiveMQ broker is already running on that
host, or 2) your configuration somehow causes you to start two brokers.
The web console you're connecting to is the one for that other broker,
which is why you see no activity.

When your broker is stopped and you issue a netstat -a | grep 61616, what
response do you get?

On Nov 1, 2016 8:02 PM, "CallMeXYZ" <amos.callme...@gmail.com> wrote:

> I do understand the web console take the localhost:8161.But I always get
> 'java.net.BindException: Address already in use: JVM_Bind exception. ' if
> my
> broker url is 61616.
>  Either I change my broker url to 61617 or change the activemq.xml
> configuration /<transportConnector name="openwire"
> uri="tcp://0.0.0.0:61616?maximumConnections=1000&amp;
> wireFormat.maxFrameSize=104857600"/>/
> to /tcp://0.0.0.0:61616/,then the exception disappears and ActiveMQ works
> while just the web console cannot get my broker infos.(That's why I assume
> that web console may take the 61616 port of broker)
>
>
>
> --
> View this message in context: http://activemq.2283324.n4.
> nabble.com/scheduler-message-deliver-immediately-tp4718568p4718785.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to