[
https://issues.apache.org/activemq/browse/AMQCPP-133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39427
]
Timothy Bish commented on AMQCPP-133:
-------------------------------------
This patch doesn't correctly address the problem, the real problem is that
ActiveMQMessage didn't override cloneDataStructure as it should have this
calling the base class version instead, I've implemented cloneDataStructure
instead.
> Receive of plain Message with Openwire returns null
> ---------------------------------------------------
>
> Key: AMQCPP-133
> URL: https://issues.apache.org/activemq/browse/AMQCPP-133
> Project: ActiveMQ C++ Client
> Issue Type: Bug
> Components: Openwire
> Reporter: Albert Strasheim
> Assignee: Timothy Bish
> Fix For: 2.1
>
> Attachments: openwiremessage.patch
>
>
> Receive of plain Message with Openwire returns null because
> ActiveMQMessage::clone tries to dynamic_cast something that isn't a
> cms::Message.
> Patch attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.