0 Replies Latest reply on Jan 30, 2008 5:57 PM by clebert.suconic

    Refactoring on Client Model

    clebert.suconic

      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)