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

Praful Tarkar updated AMQ-5713:
-------------------------------
    Description: 
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


  was:
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 in the 



> 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: Broker
>    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)

Reply via email to