이 콘텐츠는 선택한 언어로 제공되지 않습니다.
10.2. Connecting to a Broker
Overview 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
This section describes how to connect a client to a broker. In order to connect to a JBoss MQ broker, you need to know its group name. Every MQ broker is associated with a group when it is created: if none is specified explicitly, it automatically gets associated with the
default
group.
Client URL 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
To connect to an MQ broker, the client must specify a discovery URL, in the following format:
discovery:(fabric:GroupName)
discovery:(fabric:GroupName)
For example, to connect to a broker associated with the
default
group, the client would use the following URL:
discovery:(fabric:default)
discovery:(fabric:default)
The connection factory then looks for available brokers in the group and connects the client to one of them.