Skip to content

Instantly share code, notes, and snippets.

@unizune
unizune / IntelliJ12_recommend_plugins.md
Created February 25, 2014 01:43
IntelliJ12 추천 플러그인
@unizune
unizune / spring_amqp_rabbitmq_configuration.md
Created December 9, 2013 15:00
Spring AMQP + RabbitMq 에서 Listener설정을 xml로 할때 함정

의문점

흔히 rabbitmq listener 설정을 아래와 같이하는데 이때 listenr-container 는 하나의 listener 만을 관리하는데 어떻게 n개의 listener 를 설정할 수 있는지 의문이 든다.

Sample Configuration

  <!-- glue the listener and myAnonymousQueue to the container-->
  <rabbit:listener-container id="consumerListenerContainer" connection-factory="connectionFactory">
    <rabbit:listener ref="helloListener" queues="helloQueue" />
 
@unizune
unizune / spring_data_jpa+joda_time.md
Created December 9, 2013 13:44
Spring Data JPA & Joda-Time