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 | 31 |
Tags
- AWS
- EBS
- 커스텀 로그인
- redux
- vue.js
- react
- REDIS
- VUE
- 자료구조
- 리액트
- 트리 회전
- 도커빌드
- paraller
- 리덕스
- Express
- 애그리거트
- exiting abnormally
- 자바
- .getClass()
- 네임드 뷰
- rabbitmq 에러
- 리덕스 공식문서
- forNmae()
- ACCESS_REFUSED
- 오라클
- 컴포넌트 주도
- $emit()
- Java Reflextion API
- 오라클 병렬처리
- quert
Archives
- Today
- Total
목록rabbitmq 에러 (1)
개발정리
rabbitmq - ACCESS_REFUSED 에러
import java.io.IOException; import java.nio.charset.StandardCharsets; import com.rabbitmq.client.Channel; import com.rabbitmq.client.Connection; import com.rabbitmq.client.ConnectionFactory; public class Send { private final static String QUEUE_NAME = "hello"; public static void main(String[] args) throws Exception { ConnectionFactory factory = new ConnectionFactory(); factory.setHost("localhost..
rabbitmq
2024. 1. 25. 16:14