From dev-return-38493-apmail-qpid-dev-archive=qpid.apache.org@qpid.apache.org Mon Nov 26 10:51:01 2012 Return-Path: X-Original-To: apmail-qpid-dev-archive@www.apache.org Delivered-To: apmail-qpid-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 951B5D04E for ; Mon, 26 Nov 2012 10:51:01 +0000 (UTC) Received: (qmail 58014 invoked by uid 500); 26 Nov 2012 10:51:00 -0000 Delivered-To: apmail-qpid-dev-archive@qpid.apache.org Received: (qmail 57794 invoked by uid 500); 26 Nov 2012 10:51:00 -0000 Mailing-List: contact dev-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list dev@qpid.apache.org Received: (qmail 57758 invoked by uid 99); 26 Nov 2012 10:50:59 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Nov 2012 10:50:59 +0000 Date: Mon, 26 Nov 2012 10:50:58 +0000 (UTC) From: "Rob Godfrey (JIRA)" To: dev@qpid.apache.org Message-ID: <1672038844.22522.1353927058714.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (QPID-2796) [Java] implement support for heartbeats following IO changes to the 0-8/0-9/0-9-1/0-10 broker and 0-8/0-9/0-9-1 client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/QPID-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13503723#comment-13503723 ] Rob Godfrey commented on QPID-2796: ----------------------------------- I've made a further check-in to address Robbie's review comments: http://svn.apache.org/viewvc?rev=1413549&view=rev > [Java] implement support for heartbeats following IO changes to the 0-8/0-9/0-9-1/0-10 broker and 0-8/0-9/0-9-1 client > ---------------------------------------------------------------------------------------------------------------------- > > Key: QPID-2796 > URL: https://issues.apache.org/jira/browse/QPID-2796 > Project: Qpid > Issue Type: Bug > Components: Java Broker, Java Client > Affects Versions: 0.15 > Reporter: Robbie Gemmell > Assignee: Rob Godfrey > Fix For: 0.21 > > > The Java broker and client are not able to generate AMQP heartbeats following the updates to their IO layer. The 0-8/0-9/0-9-1 codepaths previously relied on the Mina IO layer to support this, and as such can no longer do so. The 0-10 path of the Java broker leverages much of the 0-10 implementation in common originally developed for the 0-10 Java client, which simply reflects heartbeats it receives from a broker and as such no heartbeats will ever be sent by broker or the client despite its support. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org For additional commands, e-mail: dev-help@qpid.apache.org