[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Why do messages destined for paging not get assigned mes
clebert.suconic@jboss.com
do-not-reply at jboss.com
Thu Oct 2 11:25:43 EDT 2008
"timfox" wrote : Yes we could do something like that (that's what we do in JBM 1.4 with the null persistence).
|
| We don't need the node id though - the id only needs to be unique on that node, not globally unique.
You wrote this on NullStorageManager:
public long generateUniqueID()
| {
| //FIXME - this needs to use Howard's ID generator from JBM 1.4
| return idGenerator.generateID();
| }
|
Why? It should be the same rule, right?
Do you need unique IDs across the node? I thought you didn't any more.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180072#4180072
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180072
More information about the jboss-dev-forums
mailing list