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
- vue.js
- rabbitmq 에러
- 리덕스
- 도커빌드
- AWS
- exiting abnormally
- $emit()
- 자바
- paraller
- 오라클
- forNmae()
- Java Reflextion API
- EBS
- 네임드 뷰
- 트리 회전
- REDIS
- 오라클 병렬처리
- quert
- ACCESS_REFUSED
- redux
- 자료구조
- Express
- .getClass()
- 커스텀 로그인
- 컴포넌트 주도
- 리액트
- VUE
- 애그리거트
- react
- 리덕스 공식문서
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