329.3. Spring Boot Auto-Configuration

구성 요소는 아래에 나열된 13 가지 옵션을 지원합니다.

이름설명기본값유형

camel.component.stomp.broker-u-r-l

연결할 Stomp 브로커의 URI

 

문자열

camel.component.stomp.configuration.broker-u-r-l

연결할 Stomp 브로커의 URI

tcp://localhost:61613

문자열

camel.component.stomp.configuration.host

가상 호스트 이름

 

문자열

camel.component.stomp.configuration.login

사용자 이름

 

문자열

camel.component.stomp.configuration.passcode

암호

 

문자열

camel.component.stomp.configuration.ssl-context-parameters

SSLContextParameters를 사용하여 보안 구성

 

SSLContextParameters

camel.component.stomp.enabled

stomp 구성 요소 사용

true

부울

camel.component.stomp.header-filter-strategy

사용자 지정 org.apache.camel.spi.HeaderFilterStrategy를 사용하여 Camel 메시지로 헤더를 필터링하려면 다음을 수행합니다. 옵션은 org.apache.camel.spi.HeaderFilterStrategy 유형입니다.

 

문자열

camel.component.stomp.host

가상 호스트

 

문자열

camel.component.stomp.login

사용자 이름

 

문자열

camel.component.stomp.passcode

암호

 

문자열

camel.component.stomp.resolve-property-placeholders

구성 요소가 시작 시 자체적으로 속성 자리 표시자를 확인해야 하는지 여부입니다. String 유형의 속성만 속성 자리 표시자를 사용할 수 있습니다.Only properties which are of String type can use property placeholders.

true

부울

camel.component.stomp.use-global-ssl-context-parameters

글로벌 SSL 컨텍스트 매개 변수의 사용을 활성화합니다.

false

부울

다음 형식 ?option=value&option=value&…​로 URI에 쿼리 옵션을 추가할 수 있습니다.