[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Once and only once delivery?

adrian@jboss.org do-not-reply at jboss.com
Tue Oct 10 11:43:27 EDT 2006


"timfox" wrote : 
  | I think this is less intensive than tx logging since we only have to log the id rather than the entire tx state, also we don't have the extra client->server call for the prepare.
  | 

Are you sure? Writing a custom garbage collector sounds a lot more
complicated than using an already written and optimized transaction log in the
transaction manager.

Also, this is an additional overhead for people that deliberately
didn't select this QoS because they don't need it.

e.g. The body of the message already contains a unique id
that they need to check anyway because of the potential of a redelivery
after a failure.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977279#3977279

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977279



More information about the jboss-dev-forums mailing list