[
https://issues.apache.org/jira/browse/ARTEMIS-706?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15449305#comment-15449305
]
ASF GitHub Bot commented on ARTEMIS-706:
----------------------------------------
Github user gaohoward commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/740#discussion_r76818458
--- Diff:
artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java
---
@@ -742,6 +765,31 @@ public void addConsumer(ConsumerInfo info) throws
Exception {
}
}
+ public void setConnectionEntry(ConnectionEntry connectionEntry) {
+ this.connectionEntry = connectionEntry;
+ }
+
+ public void setUpTtl(final long inactivityDuration, final long
inactivityDurationInitialDelay, final boolean useKeepAlive) {
+ this.useKeepAlive = useKeepAlive;
+ this.maxInactivityDuration = inactivityDuration;
+ new Thread(new Runnable() {
--- End diff --
ok I'll use the executor.
> InactivityIOException - Perhaps No Keep Alives From Broker?
> -----------------------------------------------------------
>
> Key: ARTEMIS-706
> URL: https://issues.apache.org/jira/browse/ARTEMIS-706
> Project: ActiveMQ Artemis
> Issue Type: Bug
> Components: OpenWire
> Affects Versions: 1.4.0
> Reporter: Howard Gao
> Assignee: Howard Gao
> Fix For: 1.5.0
>
>
> Broker doesn't handle the openwire Inactivity timeouts properly.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)