CellSpace/Manual (draft)
by CellWorks
Home
  
Table of Contents
  
Glossary
Message Broker
Connection
URLs
are used to locate a and within that .
These are of the form:
/<remote_queue | response_queue>
For example:
/TheirRemoteQueue
Or:
/MyResponseQueue
Where 'TheirRemoteQueue' is the and 'MyResponseQueue' is the .
A uses the supplied to build a complete address of the form:
<MessageBrokerType>@<host>:<port>/<remote_queue>
For example:
ACTIVEMQ@TheirServer:61616/TheirRemoteQueue
Where 'ACTIVEMQ' is the , 'TheirServer' is the , '61616' is the and 'TheirRemoteQueue' is the .