You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Praful Tarkar (JIRA)" <ji...@apache.org> on 2015/04/08 13:28:12 UTC

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

Praful Tarkar created AMQ-5713:
----------------------------------

             Summary: 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



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)