5.4. 사용법 AMQP 구성 요소가 JMS 구성 요소에서 상속되므로 전자 구성 요소는 이전 구성 요소를 사용하는 방법과 거의 동일합니다. AMQP 구성 요소 사용 // Consuming from AMQP queue from("amqp:queue:incoming"). to(...); // Sending message to the AMQP topic from(...). to("amqp:topic:notify");이전다음