Re: Activemq not listening to 61613

2016-10-14 Thread Rob Davies
The address [::0] is a new one on me  in  uri="stomp+nio://[::0]:61613 
<stomp+nio://[::0]:61613>”  - did you mean [::]  (without the trailing zero?)

I would try stomp+nio://0.0.0.0:61613 <stomp+nio://0.0.0.0:61613>  - which is 
IPv4 - but usually the platform (Windows/Linux)  can handle dual ipv4 and ipv6 
with no problems.



> On 14 Oct 2016, at 08:21, maneeshmp <endej...@gmail.com> wrote:
> 
> with the below simple configuration, I am not able to make activemq listen to
> 61613
> Service is running fine,
> sudo service activemq status
> * Checking status of ActiveMQ instance activemqOK
> but
> netstat -an | grep 61613
> doesnt now return anything. What am i doing wrong? Can anyone help me?
> 
> 
> 
>   xmlns="http://www.springframework.org/schema/beans;
>  xmlns:amq="http://activemq.apache.org/schema/core;
>  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
>  xsi:schemaLocation="http://www.springframework.org/schema/beans
> http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
>  http://activemq.apache.org/schema/core
> http://activemq.apache.org/schema/core/activemq-core.xsd;>
> 
> 
> class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
> 
>http://activemq.apache.org/schema/core;
>useJmx="false"
>brokerName="mytest.com"
>dataDirectory="${activemq.base}/data"
>schedulePeriodForDestinationPurge="6000"
>> 
> 
> 
>
>
>
> 
>   
>
>
>   gcInactiveDestinations="false" memoryLimit="1mb">
>   producerFlowControl="true" gcInactiveDestinations="true"
> inactiveTimoutBeforeGC="30">
>
>
>   
> 
>   
>  
>  
>   groups="servers,client,everyone"/>
>   groups="servers,everyone"/>
>  
>  
> 
>  
>
>  
>
>   admin="clients" read="cliets" write="clients">
>   admin="clients" read="cliets" write="clients">
>   admin="servers" read="servers">
>   admin="servers" write="servers">
>   admin="servers" read="servers">
>   topic="mcollective.registration.agent" admin="servers" read="servers"
> write="servers">
>   admin="everyone" read="everyone" write="everyone">
>
>  
>
> 
>   
>   
>   uri="stomp+nio://[::0]:61613"/>
>   
> 
>
> 
>> 
> 
> 89,1  Bot
> 
> 
> 
> 
> --
> View this message in context: 
> http://activemq.2283324.n4.nabble.com/Activemq-not-listening-to-61613-tp4717902.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.



Activemq not listening to 61613

2016-10-14 Thread maneeshmp
with the below simple configuration, I am not able to make activemq listen to
61613
Service is running fine,
sudo service activemq status
 * Checking status of ActiveMQ instance activemqOK
but
netstat -an | grep 61613
doesnt now return anything. What am i doing wrong? Can anyone help me?



http://www.springframework.org/schema/beans;
  xmlns:amq="http://activemq.apache.org/schema/core;
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
  xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
  http://activemq.apache.org/schema/core
http://activemq.apache.org/schema/core/activemq-core.xsd;>




http://activemq.apache.org/schema/core;
useJmx="false"
brokerName="mytest.com"
dataDirectory="${activemq.base}/data"
schedulePeriodForDestinationPurge="6000"
   >









  
  


   

   
  
  
  
  
  
  

  

  

  
  
  
  
  
  
  

  

 
   
   
  

  


>

  
89,1  Bot




--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Activemq-not-listening-to-61613-tp4717902.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.