[jboss-jira] [JBoss JIRA] Closed: (JBMESSAGING-266) Remove Routable
Tim Fox (JIRA)
jira-events at jboss.com
Thu Feb 8 10:33:30 EST 2007
[ http://jira.jboss.com/jira/browse/JBMESSAGING-266?page=all ]
Tim Fox closed JBMESSAGING-266.
-------------------------------
Resolution: Done
Routable has been removed anyway now as part of message model / persistence refactoring
> Remove Routable
> ---------------
>
> Key: JBMESSAGING-266
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-266
> Project: JBoss Messaging
> Issue Type: Task
> Reporter: Tim Fox
> Assigned To: Tim Fox
> Priority: Critical
> Fix For: 1.2.1
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> Remove Routable interface.
> Have interface MessageReference which represents things that can be routed.
> Have interface Payload (TBD) which every MessageReference has, this contains data that is not necessarty for routing.
> We would then have a subclass of Payload called JMSPayload which contains all the jms stuff,not needed for routing.
> A jms message would extend Message Reference and contain fields such as delivery count.
> The jms message would contain a Payload interface and delegate for that for other attributes
--
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