Results 1 to 2 of 2

Thread: Transient Return Address

  1. #1
    Join Date
    May 2008
    Posts
    2

    Default Transient Return Address

    Hi,

    I need to serialize and then deserialize messages before sending them back. Unfortunately, the returnAddress is transient which means that it gets lost on deserialization. Obviously if the returnAddress is a channel it's a good idea not to serialize it... but could it possibly be replaced by a channelName if when serialized (or just left alone if it is a channelName instead of a channel)?

    thanks,
    j.

  2. #2
    Join Date
    May 2008
    Posts
    2

    Default

    It's all good. I can manually copy it in and out of a serialiseableReturnAddress header attribute.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •