Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 11. Discovery Agents
Abstract
A discovery agent is a mechanism that advertises available brokers to clients and other brokers.
Fabric agent 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The Fuse Fabric discovery agent URI conforms to the syntax in Example 11.1, “Fuse Fabric Discovery Agent URI Format”.
Example 11.1. Fuse Fabric Discovery Agent URI Format
fabric://GID
fabric://GID
Where GID is the ID of the broker group from which the client discovers the available brokers.
Static agent 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The static discovery agent URI conforms to the syntax in Example 11.2, “Static Discovery Agent URI Format”.
Example 11.2. Static Discovery Agent URI Format
static://(URI1,URI2,URI3,...)
static://(URI1,URI2,URI3,...)
Multicast agent 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The multicast discovery agent URI conforms to the syntax in Example 11.3, “Multicast Discovery Agent URI Format”.
Example 11.3. Multicast Discovery Agent URI Format
multicast://GroupID
multicast://GroupID
Where GroupID is an alphanumeric identifier. All participants in the same discovery group must use the same GroupID.
Zeroconf agent 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The zeroconf discovery agent URI conforms to the syntax in Example 11.4, “Zeroconf Discovery Agent URI Format”.
Example 11.4. Zeroconf Discovery Agent URI Format
zeroconf://GroupID
zeroconf://GroupID
Where the GroupID is an alphanumeric identifier. All participants in the same discovery group must use the same GroupID.