Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Kafka
- kafkastreams
- scala 2.10
- aws
- RabbitMQ
- 한빛미디어
- kafkastream
- enablekafkastreams
- scala
- Spring
- Logstash
- gradle
- spring-batch
- kafka interactive query
- confluent
- Elasticsearch
- spring-kafka
- schema registry
- Elk
- 카프카
- 플레이 프레임워크
- kafka streams
- Slick
- coursera
- reactive
- spring-cloud-stream
- statestore
- springboot
- avo
- play framework
Archives
- Today
- Total
목록delivery tag (1)
b
rabbitmq delivery-tag ?
데이터의 준비 분간하기 쉬운 데이터 10개를 큐에 준비한다 ex) data1 ~ data10 @Bean public ApplicationRunner runner(AmqpTemplate template) { return args -> IntStream.rangeClosed(1, 10).forEach(c -> template.convertAndSend("myqueue", "data => " + c)); } delivery-tag 의 출력 어떤식으로 delivery-tag 값이 할당되는지 확인한다. @RabbitListener(queues = "myqueue") public void listen(Message in, Channel channel) throws InterruptedException, IOExce..
카테고리 없음
2019. 9. 17. 17:16