9.5. 사용법


예를 들어 storageAccount 스토리지 계정의 큐 메시지 대기열 에서 메시지 콘텐츠를 가져오고 다음 스니펫을 사용합니다.

from("azure-storage-queue://storageAccount/messageQueue?accessKey=yourAccessKey").
to("file://queuedirectory");

9.5.1. 구성 요소 생산자가 평가한 메시지 헤더

header변수 이름유형작업설명

CamelAzureStorageQueueSegmentOptions

QueueConstants.QUEUES_SEGMENT_OPTIONS

QueuesSegmentOptions

listQueues

대기열 나열에 대한 옵션

CamelAzureStorageQueueTimeout

QueueConstants.TIMEOUT

기간

All

\{@link RuntimeException}이를 초과하는 선택적 시간 제한 값입니다.

CamelAzureStorageQueueMetadata

QueueConstants.METADATA

map<String,String>

createQueue

큐와 연결할 메타데이터

CamelAzureStorageQueueTimeToLive

QueueConstants.TIME_TO_LIVE

기간

sendMessage

메시지가 큐에 남아 있는 기간. 값을 설정하지 않으면 -1이 전달되면 메시지가 만료되지 않습니다.If unset the value will default to 7 days, if -1 is passed the message will not expire. 살 시간은 -1 또는 모든 양의 숫자여야 합니다.

CamelAzureStorageQueueVisibilityTimeout

QueueConstants.VISIBILITY_TIMEOUT

기간

sendMessage, receiveMessages, updateMessage

큐에서 메시지가 보이지 않는 기간에 대한 제한 시간입니다. 설정되지 않으면 값이 0으로 설정되고 메시지가 즉시 표시됩니다. 제한 시간은 0초에서 7일 사이여야 합니다.

CamelAzureStorageQueueCreateQueue

QueueConstants.CREATE_QUEUE

boolean

sendMessage

true 로 설정되면 큐로 메시지를 보낼 때 큐가 자동으로 생성됩니다.

CamelAzureStorageQueuePopReceipt

QueueConstants.POP_RECEIPT

문자열

deleteMessage, updateMessage

메시지를 삭제하거나 업데이트하기 위해 일치해야 하는 고유 식별자입니다.

CamelAzureStorageQueueMessageId

QueueConstants.MESSAGE_ID

문자열

deleteMessage, updateMessage

삭제하거나 업데이트할 메시지의 ID입니다.

CamelAzureStorageQueueMaxMessages

QueueConstants.MAX_MESSAGES

정수

receiveMessages, peekMessages

가져올 최대 메시지 수입니다. 요청한 메시지보다 적은 메시지가 모두 반환됩니다. 비어 있는 경우 하나의 메시지만 검색하면 허용되는 범위는 1~32개 메시지입니다.

CamelAzureStorageQueueOperation

QueueConstants.QUEUE_OPERATION

QueueOperationDefinition

All

실행할 생산자 작업을 지정합니다. 제작자 작업과 관련된 이 페이지의 doc를 참조하십시오.

CamelAzureStorageQueueName

QueueConstants.QUEUE_NAME

문자열

All

큐 이름을 재정의합니다.

Red Hat logoGithubRedditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

© 2024 Red Hat, Inc.