[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Possible optimization on journal
clebert.suconic@jboss.com
do-not-reply at jboss.com
Fri Feb 13 11:03:46 EST 2009
jbossfox: I had a few thoughts about optimizations on routing....as I was debugging the journal. probably for CR1, but they will be fundamental for good performance...
it would be better if we could add messages with the route table on them, instead of having separate records... (At least for the case when you don' t have 1 thousand destinations you are routing to). So you would still have the option for a separate update record for the binding on the message.
And during ACK.. if it' s the last ACK, no need to update, and delete.. couldn' t we just go straight to delete?
Don' t know if we would need fundamental changes on the code for that.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209954#4209954
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209954
More information about the jboss-dev-forums
mailing list