このコンテンツは選択した言語では利用できません。
Chapter 10. Discovering Brokers
Abstract
10.1. Discovery Agents リンクのコピーリンクがクリップボードにコピーされました!
Abstract
10.1.1. Introduction to Discovery Agents リンクのコピーリンクがクリップボードにコピーされました!
What is a discovery agent? リンクのコピーリンクがクリップボードにコピーされました!
Discovery mechanisms リンクのコピーリンクがクリップボードにコピーされました!
transportConnector
element as shown in Example 10.1, “Enabling a Discovery Agent on a Broker”.
Example 10.1. Enabling a Discovery Agent on a Broker
<transportConnectors> <transportConnector name="openwire" uri="tcp://localhost:61716" discoveryUri="multicast://default" /> </transportConnectors>
<transportConnectors>
<transportConnector name="openwire"
uri="tcp://localhost:61716"
discoveryUri="multicast://default" />
</transportConnectors>
discoveryUri
attribute on the transportConnector
element is initialized to multicast://default
.
Discovery agent types リンクのコピーリンクがクリップボードにコピーされました!
10.1.2. Fuse Fabric Discovery Agent リンクのコピーリンクがクリップボードにコピーされました!
Abstract
Overview リンクのコピーリンクがクリップボードにコピーされました!
URI リンクのコピーリンクがクリップボードにコピーされました!
Example 10.2. Fuse Fabric Discovery Agent URI Format
fabric://GID
fabric://GID
Configuring a broker リンクのコピーリンクがクリップボードにコピーされました!
Configuring a client リンクのコピーリンクがクリップボードにコピーされました!
Example 10.3. Client Connection URL using Fuse Fabric Discovery
discovery:(fabric://nwBrokers)
discovery:(fabric://nwBrokers)
nwBrokers
broker group and generate a list of brokers to which it can connect.
10.1.3. Static Discovery Agent リンクのコピーリンクがクリップボードにコピーされました!
Abstract
Overview リンクのコピーリンクがクリップボードにコピーされました!
Using the agent リンクのコピーリンクがクリップボードにコピーされました!
Example 10.4. Static Discovery Agent URI Format
static://(URI1,URI2,URI3,...)
static://(URI1,URI2,URI3,...)
Example リンクのコピーリンクがクリップボードにコピーされました!
Example 10.5. Discovery URI using the Static Discovery Agent
discovery:(static://(tcp://localhost:61716,tcp://localhost:61816))
discovery:(static://(tcp://localhost:61716,tcp://localhost:61816))
10.1.4. Multicast Discovery Agent リンクのコピーリンクがクリップボードにコピーされました!
Abstract
Overview リンクのコピーリンクがクリップボードにコピーされました!
URI リンクのコピーリンクがクリップボードにコピーされました!
Example 10.6. Multicast Discovery Agent URI Format
multicast://GroupID
multicast://GroupID
Configuring a broker リンクのコピーリンクがクリップボードにコピーされました!
transportConnector
element's discoveryUri
attribute to a mulitcast discovery agent URI as shown in Example 10.7, “Enabling a Multicast Discovery Agent on a Broker”.
Example 10.7. Enabling a Multicast Discovery Agent on a Broker
<transportConnectors> <transportConnector name="openwire" uri="tcp://localhost:61716" discoveryUri="multicast://default" /> </transportConnectors>
<transportConnectors>
<transportConnector name="openwire"
uri="tcp://localhost:61716"
discoveryUri="multicast://default" />
</transportConnectors>
default
.
Configuring a client リンクのコピーリンクがクリップボードにコピーされました!
Example 10.8. Client Connection URL using Multicast Discovery
discovery:(multicast://default)
discovery:(multicast://default)
default
multicast group and generate a list of brokers to which it can connect.
10.1.5. Zeroconf Discovery Agent リンクのコピーリンクがクリップボードにコピーされました!
Abstract
Overview リンクのコピーリンクがクリップボードにコピーされました!
URI リンクのコピーリンクがクリップボードにコピーされました!
Example 10.9. Zeroconf Discovery Agent URI Format
zeroconf://GroupID
zeroconf://GroupID
Configuring a broker リンクのコピーリンクがクリップボードにコピーされました!
transportConnector
element's discoveryUri
attribute to a mulitcast discovery agent URI as shown in Example 10.10, “Enabling a Multicast Discovery Agent on a Broker”.
Example 10.10. Enabling a Multicast Discovery Agent on a Broker
<transportConnectors> <transportConnector name="openwire" uri="tcp://localhost:61716" discoveryUri="multicast://NEGroup" /> </transportConnectors>
<transportConnectors>
<transportConnector name="openwire"
uri="tcp://localhost:61716"
discoveryUri="multicast://NEGroup" />
</transportConnectors>
NEGroup
.
Configuring a client リンクのコピーリンクがクリップボードにコピーされました!
Example 10.11. Client Connection URL using Zeroconf Discovery
discovery:(zeroconf://NEGroup)
discovery:(zeroconf://NEGroup)
NEGroup
multicast group and generate a list of brokers to which it can connect.