리눅스 amqp-consume 편집하기

경고: 로그인하지 않았습니다. 편집을 하면 IP 주소가 공개되게 됩니다. 로그인하거나 계정을 생성하면 편집자가 사용자 이름으로 기록되고, 다른 장점도 있습니다.

편집을 취소할 수 있습니다. 이 편집을 되돌리려면 아래의 바뀐 내용을 확인한 후 게시해주세요.

최신판 당신의 편집
1번째 줄: 1번째 줄:
{{다른뜻|(amqp-cli) amqp-consume}}
==개요==
==개요==
;amqp-consume
;amqp-consume
;/usr/bin/amqp-consume
;/usr/bin/amqp-consume
* AMQP 서버 상의 큐에서 메시지를 소비하는 명령어
* AMQP 서버 상의 큐에서 메시지를 소비하는 명령어
* AMQP basic.consume 메소드 사용


<source lang='bash'>
<source lang='bash'>
14번째 줄: 12번째 줄:
</source>
</source>
:→ 'myexch'라는 exchange에 새로운 배타적 큐를 연결하고, 각 메시지 내용을 ./myscript 에 전달
:→ 'myexch'라는 exchange에 새로운 배타적 큐를 연결하고, 각 메시지 내용을 ./myscript 에 전달
==실행예시==
* consume을 걸어둠
<source lang='console'>
root@zetawiki:~# amqp-consume -e amq.direct -r key1 cat
Server provided queue name: amq.gen--CLHlLO0a8f_wf9mi2vLzA
</source>
* 다른 SSH세션에서 amqp-publish를 수행
<source lang='console'>
root@zetawiki:~# amqp-publish -e amq.direct -r key1 -b hello1
root@zetawiki:~# amqp-publish -e amq.direct -r key1 -b hello2
root@zetawiki:~# amqp-publish -e amq.direct -r key1 -b hello3
root@zetawiki:~#
</source>
* 아까 consume하던 SSH세션에서 출력내용
<source lang='console'>
root@zetawiki:~# amqp-consume -e amq.direct -r key1 cat
Server provided queue name: amq.gen--CLHlLO0a8f_wf9mi2vLzA
hello1hello2hello3
</source>
==실행예시 2==
* consume을 걸어둠
<source lang='console'>
root@zetawiki:~# amqp-consume -e amq.direct -r key1 -q q1 cat
</source>
* 다른 SSH세션에서 amqp-publish를 수행
<source lang='console'>
root@zetawiki:~# amqp-publish -e amq.direct -r key1 -b hello1
root@zetawiki:~# amqp-publish -e amq.direct -r key1 -b hello2
root@zetawiki:~# amqp-publish -e amq.direct -r key1 -b hello3
root@zetawiki:~#
</source>
* 아까 consume하던 SSH세션에서 출력내용
<source lang='console'>
root@zetawiki:~# amqp-consume -e amq.direct -r key1 -q q1 cat
hello1hello2hello3
</source>


==같이 보기==
==같이 보기==
* [[(amqp-tools) amqp-publish|amqp-publish]]
* [[amqp-tools]]
* [[amqp-get]]
* [[amqp-tools 패키지]]
* [[(amqp-cli) amqp-consume]]


[[분류: amqp-tools]]
[[분류: amqp-tools]]
[[분류: /usr/bin]]
[[분류: /usr/bin]]

제타위키에서의 모든 기여는 크리에이티브 커먼즈 저작자표시-동일조건변경허락 3.0 라이선스로 배포된다는 점을 유의해 주세요(자세한 내용에 대해서는 제타위키:저작권 문서를 읽어주세요). 만약 여기에 동의하지 않는다면 문서를 저장하지 말아 주세요.
또한, 직접 작성했거나 퍼블릭 도메인과 같은 자유 문서에서 가져왔다는 것을 보증해야 합니다. 저작권이 있는 내용을 허가 없이 저장하지 마세요!

취소 편집 도움말 (새 창에서 열림)

이 문서에서 사용한 틀: