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 705DC178AB for ; Thu, 16 Apr 2015 18:36:00 +0000 (UTC) Received: (qmail 92015 invoked by uid 500); 16 Apr 2015 18:36:00 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 91958 invoked by uid 500); 16 Apr 2015 18:36:00 -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 91945 invoked by uid 99); 16 Apr 2015 18:36:00 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2015 18:36:00 +0000 Date: Thu, 16 Apr 2015 18:36:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-5713) doHandleReplyTo cannot be set in activemq.xml 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-5713?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14498468#comment-14498468 ] ASF GitHub Bot commented on AMQ-5713: ------------------------------------- GitHub user mfrazier63 reopened a pull request: https://github.com/apache/activemq/pull/90 AMQ-5713 - adding getDoHandlReplyTo to satisfy spring config load errors For: https://issues.apache.org/jira/browse/AMQ-5713 You can merge this pull request into a Git repository by running: $ git pull https://github.com/mfrazier63/activemq master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/activemq/pull/90.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #90 ---- commit 9e2ed43031a4a981d8212316092c25deb450c606 Author: mfrazier Date: 2015-04-15T21:36:25Z AMQ-5713 - adding getDoHandlReplyTo to satisfy spring config load errors ---- > doHandleReplyTo cannot be set in activemq.xml > --------------------------------------------- > > Key: AMQ-5713 > URL: https://issues.apache.org/jira/browse/AMQ-5713 > Project: ActiveMQ > Issue Type: Bug > Components: networkbridge > Affects Versions: 5.10.0 > Reporter: Praful Tarkar > Priority: Minor > Attachments: activemq.log > > > While configuring the bridges, if we try to set the doHandleReplyTo parameter in the activemq.xml then a BeanCreationException is thrown. > Below is the sample: > > inboundQueueName = "inBoundQ" > localQueueName = "localTestQ" > doHandleReplyTo="false"/> > > Attached is the log file. > The reason could be, the setter/getters are protected in DestinationBridge.java -- This message was sent by Atlassian JIRA (v6.3.4#6332)