[
https://issues.apache.org/jira/browse/AMQ-4568?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13676821#comment-13676821
]
Kevin Earls commented on AMQ-4568:
----------------------------------
This test fails because the message returned by the following lines in
AmqpProtocolConverter.onMessage() has a null messageId.
EncodedMessage em = new EncodedMessage(delivery.getMessageFormat(),
buffer.data, buffer.offset, buffer.length);
final ActiveMQMessage message = (ActiveMQMessage)
getInboundTransformer().transform(em);
> org.apache.activemq.transport.amqp.AmqpTransformerTest#testRawTransformation
> hangs
> ----------------------------------------------------------------------------------
>
> Key: AMQ-4568
> URL: https://issues.apache.org/jira/browse/AMQ-4568
> Project: ActiveMQ
> Issue Type: Bug
> Components: Test Cases
> Reporter: Kevin Earls
> Priority: Minor
> Attachments: AMQ-4568.patch, testRawTransformation.txt
>
>
> This test is currently hanging. I'll attach a stack trace and a test patch
> which includes a timeout.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira