1 Reply Latest reply on May 3, 2002 8:48 PM by dstreev

    queueing Externalizable objects

    jaywright00


      As stated in the API: an ObjectMessage object is used to send a Serializable object to the queue.

      My question is: can an Externalizable object be sent to the queue?

      Jay

        • 1. Re: queueing Externalizable objects

          Absolutely, we are doing it with every object message we send. It's usually a collection of objects that implement an Externalizable interface.

          Just beware of null field values. That issues has caught me more than once.