Message Broker
Connection
URLs
are used to locate a
and
within that
.
/<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
.