Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-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 A1F90106D9 for ; Fri, 18 Oct 2013 10:35:00 +0000 (UTC) Received: (qmail 49876 invoked by uid 500); 18 Oct 2013 10:34:57 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 49695 invoked by uid 500); 18 Oct 2013 10:34:48 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 49313 invoked by uid 99); 18 Oct 2013 10:34:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Oct 2013 10:34:45 +0000 Date: Fri, 18 Oct 2013 10:34:45 +0000 (UTC) From: "Kevin Earls (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-4792) Send over amqp+nio transport block indefinitely 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/AMQ-4792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13798989#comment-13798989 ] Kevin Earls commented on AMQ-4792: ---------------------------------- Hi Marko, That test won't work against the 5.8 source, because the version of AmqpTestSupport in 5.8 doesn't start an nio connector. In order to fix this we need a unit test that works against the trunk. Can you try that? > Send over amqp+nio transport block indefinitely > ----------------------------------------------- > > Key: AMQ-4792 > URL: https://issues.apache.org/jira/browse/AMQ-4792 > Project: ActiveMQ > Issue Type: Bug > Components: Connector > Affects Versions: 5.8.0 > Environment: Red Hat Enterprise Linux 6.4, OpenJDK 1.7.0_25 > Reporter: Marko Asplund > Attachments: AMQ4792Test.java, org.apache.activemq.transport.amqp.bugs.AMQ4792Test-output.txt > > > When trying to send a message to a topic over AMQP using QPid Java client example the operation block indefinitely if amqp+nio transport is configured on the ActiveMQ side. With amqp transport the operation succeeds. > The example program is executed with the following arguments: > java -cp lib/proton-api-0.5.jar:lib/proton-j-impl-0.5.jar:target/classes org.apache.qpid.proton.example.Send -a "amqp://127.0.0.1:5672/topic://test.foo" -s bar3255 'xxyyzz555' > The code can be found here: > http://svn.apache.org/repos/asf/qpid/proton/trunk/examples/messenger/java/src/main/java/org/apache/qpid/proton/example/Send.java -- This message was sent by Atlassian JIRA (v6.1#6144)