[jboss-jira] [JBoss JIRA] Created: (EJBTHREE-690) POJO MDB: @MessageProperties tagged to Producer class ignored
fred chen (JIRA)
jira-events at jboss.com
Thu Aug 17 14:19:11 EDT 2006
POJO MDB: @MessageProperties tagged to Producer class ignored
-------------------------------------------------------------
Key: EJBTHREE-690
URL: http://jira.jboss.com/jira/browse/EJBTHREE-690
Project: EJB 3.0
Issue Type: Bug
Components: EJB3 Extensions
Affects Versions: EJB 3.0 RC8 - FD
Environment: Windows XP Profession SP2, Jboss 4.0.4 with EJB 3.0 RC8
Reporter: fred chen
Priority: Minor
It appears the overrides specified in @MessageProperties tagged to a Producer class is being ignored.
I assigned
@MessageProperties (
delivery=DeliveryMode.PERSISTENT,
timeToLive=0,
priority=3
)
to a Producer class, however the actual message was delivered with priority 4, non-persistent.
If I don't assign a @MessageProperties, the default delivery is NON-PERSISTENT and priority 4 as well (which is another bug imho, since the default behavior as documented should be PERSISTENT).
@MessageProperties assigned to individual methods of a producer, however, appear to work correctly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list