- 우분투 amqp-tools 설치
1 확인[ | ]
Console
Copy
root@zetawiki:~# amqp-publish
The program 'amqp-publish' is currently not installed. You can install it by
apt-get install amqp-tools
2 설치[ | ]
Console
Copy
root@zetawiki:~# apt-get install amqp-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
librabbitmq1
The following NEW packages will be installed:
amqp-tools librabbitmq1
0 upgraded, 2 newly installed, 0 to remove and 178 not upgraded.
Need to get 63.2 kB of archives.
After this operation, 259 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Console
Copy
... (생략)
Unpacking amqp-tools (0.4.1-1) ...
Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
Setting up librabbitmq1 (0.4.1-1) ...
Setting up amqp-tools (0.4.1-1) ...
Processing triggers for libc-bin (2.19-0ubuntu6.6) ...
3 확인 2[ | ]
Console
Copy
root@zetawiki:~# amqp-publish
neither exchange nor routing key specified
Console
Copy
root@zetawiki:~# amqp-get
queue not specified
4 같이 보기[ | ]
편집자 Jmnote
로그인하시면 댓글을 쓸 수 있습니다.