• 제목/요약/키워드: Message Broker

검색결과 35건 처리시간 0.023초

SOAP 기반의 메시지 Broker 시스템 설계 및 구현 (Designing and Implementing Message Broker System based on SOAP)

  • 김용수;주경수
    • 한국멀티미디어학회논문지
    • /
    • 제6권6호
    • /
    • pp.1071-1078
    • /
    • 2003
  • SOAP(Simple Object Access Protocol)은 분산 환경에서의 정보 교환에 사용되는 분산 컴퓨팅 프로토콜로 분산 시스템간에 메시지를 전달하는 방법, 원격 프로시저 호출/응답을 처리하는 방법을 정의하고 있다 이러한 SOAP 는 텍스트 기 반 XML을 프로토콜로 사용하고 있기 때문에 하드웨어 플렛폼, 운영체제 프로그래밍언어에 독립적으로 사용할 수 있다. 메시지 Broker 시스템은 SOAP을 이용하여 기업과 기업간의 메시지전송을 담당하게 된다. 본 논문에서 SOAP을 기반으로 한 메시지 Broker 시스템을 설계 및 구현하였다. Broker 시스템을 통한 메시지 전송으로 많은 비즈니스 파트너를 통합관리 할 수 있을 것이다.

  • PDF

MQTT 기반 IoT 네트워크에서 강화학습을 활용한 Retained 메시지 전송 방법 (Retained Message Delivery Scheme utilizing Reinforcement Learning in MQTT-based IoT Networks)

  • 경연웅;김태국;김영준
    • 사물인터넷융복합논문지
    • /
    • 제10권2호
    • /
    • pp.131-135
    • /
    • 2024
  • MQTT 프로토콜에서 Publisher로부터 발행되는 메시지의 retained flag가 세팅되어 있으면 해당 메시지는 Broker에 Retained 메시지로 저장되고, 새로운 Subscriber가 subscribe를 수행할 때 Broker는 Retained 메시지를 바로 전송하게 된다. 이를 통해 새로운 Subscriber는 Publisher의 새로운 메시지 발행을 기다리지 않고 Retained 메시지를 통해 현재 상태에 대한 업데이트를 수행할 수 있다. 하지만 Publisher로부터 새로운 메시지가 자주 발행되는 경우에는 retained 메시지를 보내는 것이 트래픽의 오버헤드가 될 수 있고, 해당 상황은 새로운 Subscriber들의 subscribe가 자주 수행되는 경우 더욱 큰 오버헤드로 고려될 수 있다. 그러므로 본 연구에서는 이러한 문제를 해결하기 위해 발행되는 메시지의 특성을 고려하여 Broker의 Retained 메시지 전송 방법을 제안하고자 한다. 본 연구에서는 Broker 입장에서 새로운 Subscriber로의 전송 및 대기 액션을 고려하여 강화학습을 기반으로 모델링하였고, Q learning 알고리즘을 통해 최적의 전송 방법을 결정하였다. 성능 분석을 통해 제안하는 방법이 기존 방법 대비 개선된 성능을 보이는 것을 확인하였다.

Query Processing based Branch Node Stream for XML Message Broker

  • Ko, Hye-Kyeong
    • International journal of advanced smart convergence
    • /
    • 제10권2호
    • /
    • pp.64-72
    • /
    • 2021
  • XML message brokers have a lot of importance because XML has become a practical standard for data exchange in many applications. Message brokers covered in this document store many users. This paper is a study of the processing of twig pattern queries in XML documents using branching node streams in XML message broker structures. This work is about query processing in XML documents, especially for query processing with XML twig patterns in the XML message broker structure and proposed a method to reduce query processing time when parsing documents with XML twig patterns by processing information. In this paper, the twig pattern query processing method of documents using the branching node stream removes the twigging value of the branch node that does not include the labeling value of the branch node stream when it receives a twig query from the client. In this paper, the leaf node discovery time can be reduced by reducing the navigation time of nodes in XML documents that are matched to leaf nodes in twig queries for client twig queries. Overall, the overall processing time to respond to queries is reduced, allowing for rapid question-answer processing.

이중 메시지 브로커를 이용한 웹기반 SNMP 장애관리시스템 설계 및 구현 (Design and Implementation of Web-based SNMP Fault Management System Using Double Message Broker)

  • 이위혁;백승진;송재원
    • 대한전자공학회:학술대회논문집
    • /
    • 대한전자공학회 2002년도 하계종합학술대회 논문집(1)
    • /
    • pp.89-92
    • /
    • 2002
  • It is important that fault management of devices which is composing network in the next-generation internet environment. It is best method of operating network safely and efficiently. In this paper, we have suggested double message broker architecture to transmit trap messages in web-based fault management system using Java technologies. The double message broker fault management system shows that manager can do its own job efficiently

  • PDF

MQTT Broker에서 우선순위에 따른 메시지 처리를 위한 방법에 관한 연구 (Method for Message Processing According to Priority in MQTT Broker)

  • 김성진;오창헌
    • 한국정보통신학회논문지
    • /
    • 제21권7호
    • /
    • pp.1320-1326
    • /
    • 2017
  • 최근 IoT는 제한된 네트워크 환경에서의 디바이스 통신을 충족시키기 위해 경량화 프로토콜에 대한 연구가 진행중이다. MQTT는 대표적인 경량화 프로토콜이며, 오버헤드를 최소화하기 위해 작은 고정 헤더를 지원하고, publish/subscribe구조를 채택함으로써 실시간성을 보장한다. 하지만 MQTT는 중요 데이터에 대한 우선순위 처리를 지원하지 않아 특정 IoT 서비스에서의 QoS를 제공할 수 없다. 본 논문에서는 MQTT에서 다양한 IoT 서비스의 우선 순위를 고려하기 위한 메시지 처리 방법을 제안한다. 제안하는 방법은 노드에서 MQTT의 고정헤더에 우선순위 플래그를 추가하여 메시지를 전송하며, broker에서는 해당 메시지에 대한 우선순위를 확인하여 우선적으로 처리한다. 실험 및 평가를 통해 우선순위에 따라 노드간의 종단 간 지연의 감소를 확인하였다.

SOAP 기반의 메시지 Broker 시스템 개발 (Developing Message Broker System based on SOAP)

  • 김용수;주경수
    • 한국정보과학회:학술대회논문집
    • /
    • 한국정보과학회 2002년도 가을 학술발표논문집 Vol.29 No.2 (3)
    • /
    • pp.241-243
    • /
    • 2002
  • SOAP(Simple Object Access Protocol)은 분산 환경에서의 정보 교환에 사용되는 분산 컴퓨팅 프로토콜로 분산 시스템간에 메시지를 전달하는 방법, 원격 프로시저 호출/응답을 처리하는 방법이 정의하고 있다. 이러한 SOAP 는 텍스트 기반 XML을 프로토콜로 사용하고 있기 때문에 하드웨어 플렛폼, 운영체제, 프로그래밍 언어에 독립적으로 사용할 수 있다. 이러한 이유 때문에 전자상거래 표준인 ebXML 에서도 메시지 전송을 위해 SOAP을사용하고 있다. 본 논문에서 SOAP을 기반으로 한 메지지 Broker 시스템을 구현하였다. Broker 시스템을 통한 메시지 전송으로 많은 비즈니스 파트너를 통합관리 할 수 있을 것이다.

  • PDF

Transient Alert Message Processing System for the LSST era

  • Shin, Min-Su
    • 천문학회보
    • /
    • 제44권1호
    • /
    • pp.71.2-71.2
    • /
    • 2019
  • We have developed and tested a prototype system to process transient alert messages from the currently working facilities such as Gaia and GCN notices. Our experiments with the prototype focus on developing a platform that can be used in the LSST era with about 10 million alerts per night and helping Korean community members with the automated processing environment to provide auxiliary information for every alert message. The system consists of a message broker implemented by Redis and multiple message subscribers specialized for specific scientific interests. The current implementation of the entire system allows new Korean members to adopt their own processing chains receiving the messages from our local broker. We welcome experimental ideas and opinions from the Korean community about the current message processing system. We plan to test the current system with the ZTF alerts in the near future.

  • PDF

RPL 기반 분산 MQTT 브로커 구조 설계 및 구현 (Design and Implementation of RPL-based Distributed MQTT Broker Architecture)

  • 안현성;사우진;김승구
    • 한국멀티미디어학회논문지
    • /
    • 제21권9호
    • /
    • pp.1090-1098
    • /
    • 2018
  • MQTT is a lightweight messaging protocol that can be used for low power IoT devices. The MQTT basically uses single MQTT broker to indirectly share message information between publishers and subscribers. This approach has a weakness in regard to traffic overflow, connection fault, security, etc. In this paper, we propose a distributed MQTT broker architecture that solves the problems in single MQTT broker structure. The distributed MQTT broker architecture is expected to support new application services that cannot be supported by a conventional MQTT architecture. We have designed and implemented a distributed MQTT broker architecture based on the RPL protocol that has been widely used for IoT network. The experiment results show that the proposed MQTT broker architecture represents better publishing/subscribing latency and network stability than the conventional MQTT broker architecture.

Development of Message Broker-Based Real-Time Control Method for Road Traffic Safety Facilities Equipment and Devices Integrated Management System

  • JeongHo Kho;Eum Han
    • 한국컴퓨터정보학회논문지
    • /
    • 제29권1호
    • /
    • pp.195-209
    • /
    • 2024
  • 1990년대 개발되어 현재의 모습을 갖춘 교통신호제어기는 최근 도로 이용자의 교통안전 향상 및 자율협력주행 등을 목적으로 설치되는 다양한 장치들에 대한 전원공급 문제와 다양한 통신방식, 계층화된 블랙박스 구조 등으로 인해 유연성과 확장성에 한계를 가지고 있다. 이에 본 논문에서는 이더넷전원장치(PoE : Power over Ethernet) 기술을 통해 직류(DC) 전원 사용과 전원공급 문제를 해결하고, 메시지 브로커(Message Broker) 기술을 통해 중앙화된 데이터 기반 제어를 함으로써 빠르게 변화하는 미래 교통환경에 대응이 가능한 교통안전시설 통합관제시스템을 설계하였다. 또한 시계열 데이터를 기반으로 동작하는 교통안전시설 장치를 위한 데이터 기반 실시간 제어 방안을 구현하고 검증하였다.

자원제약적 임베디드 환경에서 종단간 보안을 지원하는 수정된 MQTT-SN (Modified MQTT-SN Protocol for End-to-End Security in a Constrained Embedded Environment)

  • 남혜민;박창섭
    • 정보보호학회논문지
    • /
    • 제30권5호
    • /
    • pp.859-870
    • /
    • 2020
  • MQTT-SN(Message Queuing Telemetry Transport - Sensor Network) 프로토콜은 센서 기반의 IoT(Internet of Things)환경에서 사용되는 메시지 전송 프로토콜이다. 이 MQTT-SN 프로토콜은 메시지 전송 중간에 중개자(Broker)를 둔 발행-구독 모델(Publish-Subscribe Model)로 각 IoT 장치들이 메시지를 전달 할 때 반드시 중개자를 통해 메시지를 주고 받는 모델이다. 하지만 MQTT-SN 프로토콜은 메시지 보안, 상호 인증, 접근 제어, 중개자 보안등을 만족하는 보안 관련된 기능을 제공하고 있지 않다. 이에 따라 최근 다양한 보안 문제가 발생하고 있으며, 보안이 필요한 상황이 대두되고 있다. 본 논문에서는 MQTT-SN의 보안 요구사항을 다시 한번 살펴보고, 이 프로토콜이 적용되는 IoT의 자원이 제한된 환경에서의 제약 조건을 만족하면서 보안을 향상시키는 수정된 프로토콜을 제안한다. 제안 프로토콜은 기존과 다르게, 보안 필드와 인증 서버가 추가되었으며 이를 통해 보안 요구사항을 만족시키도록 한다. 더불어 제안된 프로토콜을 실제 구현 및 테스트하고 에너지 소모 관점에서 제안된 프로토콜이 실제 사용이 가능한지 평가하도록 한다.