비동기 메시지 처리 시스템(3) - RabbitMQ toturial(1)
RabbitMQ toturials는 rabbitmq 에 잘 정리되어 있음.
eclipse & maven 기반으로 toturials을 실행하기 위해서 먼저 아래와 같이 dependancy를 pom.xml파일에 추가한다.
1. maven dependancy
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>3.2.2</version>
</dependency>
2. 첫번째 샘플인 Sending & Receiving 부터 마지막 RPC 예제 소스를 다운받아 eclipse에서 실행해보면 기본적인 이용방법을 알수 있다. http://www.rabbitmq.com/tutorials/tutorial-one-java.html
3. 예제를 실행하면 rabbitmq의 관리페이지에서 다양한 view를 확인할 수 있다.
댓글
댓글 쓰기