Results 1 to 2 of 2

Thread: RendezvousChannel for Request-Reply szenario

  1. #1
    Join Date
    Jul 2005
    Posts
    2

    Default RendezvousChannel for Request-Reply szenario

    Hi,

    following section 3.2.4 of the manual we used an anonymous RendezvousChannel to implement a synchronous request-reply communication. In M6 for this to work we had to register that anonymous channel via the ChannelRegistry which apparently does not exist anymore in RC2.

    What is the intended way to do this kind of thing in RC2?
    Martin Wursthorn

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    For an anonymous channel, you should set the 'replyChannel' header on the Message before sending. See the MessageBuilder chapter in the documentation for the easiest way to set header values.

Posting Permissions

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