40.12. 메시징 메시지 목록
지정된 대기열에 대한 모든 메시지 나열
사용법:
openstack messaging message list [-h] [-f {csv,json,table,value,yaml}]
[-c COLUMN] [--max-width <integer>]
[--fit-width] [--print-empty]
[--noindent]
[--quote {all,minimal,none,nonnumeric}]
[--sort-column SORT_COLUMN]
[--message-ids <message_ids>]
[--limit <limit>] [--echo]
[--include-claimed]
[--include-delayed]
[--client-id <client_id>]
<queue_name>
| 값 | 요약 |
|---|---|
| --print-empty | 표시할 데이터가 없는 경우 빈 테이블을 인쇄합니다. |
| --max-width <integer> | 최대 디스플레이 너비, <1 to disable.. CLIFF_MAX_TERM_WIDTH 환경 변수를 사용할 수도 있지만 매개변수가 우선합니다. |
| --fit-width | 테이블을 표시 너비에 적용합니다. --max- width가 0보다 큰 경우 implied합니다. 환경 변수 CLIFF_FIT_WIDTH=1을 항상 활성화하도록 설정합니다. |
| 값 | 요약 |
|---|---|
| <queue_name> | 큐의 이름 |
| 값 | 요약 |
|---|---|
| --quote {all,minimal,none,nonnumeric} | 따옴표를 포함 할 때 기본값은 숫자가 아닙니다. |
| 값 | 요약 |
|---|---|
| 출력 formatter options-f {csv,json,table,value,yaml}, --format {csv,json,table,value,yaml} | 출력 형식, 기본값은 table입니다. |
| -c COLUMN, --column COLUMN | 포함할 열을 반복할 수 있습니다. specify the column(s) to include, can be repeated. |
| --sort-column SORT_COLUMN | 데이터를 정렬할 열을 지정합니다(우선이 우선 순위, 존재하지 않는 열이 무시됨)를 반복할 수 있습니다. |
| 값 | 요약 |
|---|---|
| --noindent | json 들여쓰기를 비활성화할지 여부 |
| 값 | 요약 |
|---|---|
| --client-id <client_id> | 각 클라이언트 인스턴스의 uuid. |
| --limit <limit> | 가져올 최대 메시지 수 |
| --echo | 이 클라이언트의 메시지를 가져올지 여부 |
| --message-ids <message_ids> | 검색할 메시지 ID 목록 |
| -h, --help | 이 도움말 메시지를 표시하고 종료합니다. |
| --include-delayed | 지연된 메시지를 포함할지 여부 |
| --include-claimed | 청구된 메시지를 포함할지 여부 |