1 Reply Latest reply on Oct 23, 2009 1:02 PM by timfox

    HornetQObjectMessage inefficient for non-persisted queues

    bill.burke

      Just looking at Beta 5 src for HornetQObjectMessage. Seems that set/getObject always marshalls/unmarshalls the object every time you invoke them. Would be real inefficient (and unecessary) for in-VM operations where classloader boundaries are not an issue.