[jira] [Commented] (ARTEMIS-2145) connectionTtl not work in MQTT Protocol

2018-11-19 Thread alin.p (JIRA)


[ 
https://issues.apache.org/jira/browse/ARTEMIS-2145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16692801#comment-16692801
 ] 

alin.p commented on ARTEMIS-2145:
-

I find another config connection-ttl-check-interval, by default, this will 
check dead connection from server every 2 seconds.

I think this is the reason.

 

> connectionTtl not work in MQTT Protocol
> ---
>
> Key: ARTEMIS-2145
> URL: https://issues.apache.org/jira/browse/ARTEMIS-2145
> Project: ActiveMQ Artemis
>  Issue Type: Bug
>  Components: MQTT
>Affects Versions: 2.6.3
> Environment: OS: windows 6.1.7601 64bit
> artemis version: 2.6.3
> java version: 1.8.0_25 hotspot 64bit
> client version: paho 
>Reporter: alin.p
>Priority: Minor
>
> 1. use mqtt acceptor and config in broker.xml like below
> tcp://0.0.0.0:1883?protocols=MQTT
> 2. start artemis
> 3. use [org.eclipse.paho.client 
> |https://www.eclipse.org/paho/clients/java/]client to connect and connection 
> option like below
> MqttConnectOptions connOpts = new MqttConnectOptions();
> connOpts.setCleanSession(false);
> connOpts.setConnectionTimeout(30);
> connOpts.setKeepAliveInterval(*0*);
> 4. if set connOpts.setKeepAliveInterval(0); the client connection will close 
> immediately
>  
> 5. if set connOpts.setKeepAliveInterval(*30*); the client connection will 
> close normally
>  
> expect:
> mqtt acceptor should close connection depend on connectionTtl , the default 
> value is 30 seconds.
>  
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (ARTEMIS-2145) connectionTtl not work in MQTT Protocol

2018-10-24 Thread alin.p (JIRA)
alin.p created ARTEMIS-2145:
---

 Summary: connectionTtl not work in MQTT Protocol
 Key: ARTEMIS-2145
 URL: https://issues.apache.org/jira/browse/ARTEMIS-2145
 Project: ActiveMQ Artemis
  Issue Type: Bug
  Components: MQTT
Affects Versions: 2.6.3
 Environment: OS: windows 6.1.7601 64bit

artemis version: 2.6.3

java version: 1.8.0_25 hotspot 64bit

client version: paho 
Reporter: alin.p


1. use mqtt acceptor and config in broker.xml like below

tcp://0.0.0.0:1883?protocols=MQTT

2. start artemis

3. use [org.eclipse.paho.client 
|https://www.eclipse.org/paho/clients/java/]client to connect and connection 
option like below

MqttConnectOptions connOpts = new MqttConnectOptions();
connOpts.setCleanSession(false);
connOpts.setConnectionTimeout(30);
connOpts.setKeepAliveInterval(*0*);

4. if set connOpts.setKeepAliveInterval(0); the client connection will close 
immediately

 

5. if set connOpts.setKeepAliveInterval(*30*); the client connection will close 
normally

 

expect:

mqtt acceptor should close connection depend on connectionTtl , the default 
value is 30 seconds.

 

 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)