You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2015/06/05 23:00:00 UTC

[jira] [Resolved] (AMQ-5713) doHandleReplyTo cannot be set in activemq.xml

     [ https://issues.apache.org/jira/browse/AMQ-5713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-5713.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 5.12.0

Tagging this as resolved given that the PR has been merged and there's been no further activity on the issue.  

> 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
>             Fix For: 5.12.0
>
>         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)