[jboss-jira] [JBoss JIRA] Assigned: (JBMESSAGING-1849) Byte messages redelivered incorrectly if DefaultRedeliveryDelay=0 used
Justin Bertram (JIRA)
jira-events at lists.jboss.org
Mon Jun 6 10:25:59 EDT 2011
[ https://issues.jboss.org/browse/JBMESSAGING-1849?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Justin Bertram reassigned JBMESSAGING-1849:
-------------------------------------------
Assignee: Yong Hao Gao
> Byte messages redelivered incorrectly if DefaultRedeliveryDelay=0 used
> ----------------------------------------------------------------------
>
> Key: JBMESSAGING-1849
> URL: https://issues.jboss.org/browse/JBMESSAGING-1849
> Project: JBoss Messaging
> Issue Type: Bug
> Components: Messaging Core
> Affects Versions: 1.4.7.GA
> Reporter: Doug Grove
> Assignee: Yong Hao Gao
> Priority: Minor
> Attachments: byte-message-invalid-redelivery-1.0-SNAPSHOT-CLIENT.jar, byte-message-invalid-redelivery-1.0-SNAPSHOT.jar, test-queue-service.xml
>
>
> If DefaultRedeliveryDelay is set to 0 in messaging-service.xml (which is the default value) and the first delivery attempt fails, then all subsequent redeliveries (up to DefaultMaxDeliveryAttempts) are wrong. The result in redelivery is that the byte array returned from BytesMessage.readBytes(byte[]) contains only zeros (the length of the array is correct). Setting DefaultRedeliveryDelay to a value of 1 produces the expected behavior.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list