[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Refactoring on Client Model

clebert.suconic@jboss.com do-not-reply at jboss.com
Wed Jan 30 17:57:16 EST 2008


I just removed ClientProducer and ClientProducerImpl.

- The JMS specific stuff was moved to JBossMessageProducer
- ClientSessionImpl.send is now receiving the Destination
- SendMessageCodec is now also sending the Destination as a field
   (what menas.. not more Serialization for destination since it was being set on Headers (Even though Destination was externalizable, all the crap (reflection and metadata) for serialization was still being used)

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

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



More information about the jboss-dev-forums mailing list