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