[
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 <[email protected]>
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:
> <inboundQueueBridges>
> <inboundQueueBridge
> inboundQueueName = "inBoundQ"
> localQueueName = "localTestQ"
> doHandleReplyTo="false"/>
> </inboundQueueBridges>
> 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)