EldoS
MsgConnect home / Documentation / Message addressing
Navigation
Web site
Support
Table Of Contents

    Each message is sent to some address. The address determines, how the message is transferred to recipient messenger and to what queue it is dispatched once transferred.
    Message address has a form of

<Transport name>:<destination messenger name>|<queue name>

where

  • Transport name - the name of the transport as set by Transport.SetName method. If the transport doesn't have a name, it will respond to it's default name (each transport has it's own default name).
  • Destination messenger name - transport-specific name of the destination messenger. This name tells the transport how to connect to the remote messenger. Each transport has it's own rules of how this name should look like.
  • Queue name - this is the name of the queue as it appears in Queue.QueueName property. Queue name should not be empty, otherwise delivery will fail. Even if there is only one queue associated with the messenger, it must have a name. Queue name can contain alphanumeric characters and underscore ("_").

Examples:

  • ExternalSocketTransport:212.22.48.192:1458|ControlQueue
  • Local:SecondaryWindowQueue
  • HTTP:www.eldos.com/balance.dll:8080|Main
  • MMF:MyCoolMapping|Transfer
 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation