Tmax HMS User Guide 

Tmax v5.0 SP2 Fix#1

Restricted Rights Legend

All TmaxSoft Software (Tmax®) and documents are protected by copyright laws and international convention. TmaxSoft software and documents are made available under the terms of the TmaxSoft License Agreement and may only be used or copied in accordance with the terms of this agreement. No part of this document may be transmitted, copied, deployed, or reproduced in any form or by any means, electronic, mechanical, or optical, without the prior written consent of TmaxSoft Co., Ltd.

이 소프트웨어(Tmax®) 사용설명서의 내용과 프로그램은 저작권법과 국제 조약에 의해서 보호받고 있습니다. 사용설명서의 내용과 여기에 설명된 프로그램은 TmaxSoft Co., Ltd.와의 사용권 계약 하에서만 사용이 가능하며, 사용권 계약을 준수하는 경우에만 사용 또는 복제할 수 있습니다. 이 사용설명서의 전부 또는 일부분을 TmaxSoft의 사전 서면 동의 없이 전자, 기계, 녹음 등의 수단을 사용하여 전송, 복제, 배포, 2차적 저작물작성 등의 행위를 하여서는 안 됩니다.

Trademarks

Tmax®, Tmax WebtoB® and JEUS® are registered trademark of TmaxSoft Co., Ltd. Other products, titles or services may be registered trademarks of their respective companies.

Tmax®, Tmax WebtoB® 와 JEUS®는 TmaxSoft Co., Ltd.의 등록 상표입니다. 기타 모든 제품들과 회사 이름은 각각 해당 소유주의 상표로서 참조용으로만 사용됩니다.

Open Source Software Notice

Some modules or files of this product are subject to the terms of the following licenses. : openssl-0.9.7.m, zlib-1.1.4, expat-2.0.0, netsnmp, DCE1.0, pthread, google-diff-match-patch, libevent, getopt

Detailed Information related to the license can be found in the following directory : ${INSTALL_PATH}/license/oss_licenses

본 제품의 일부 파일 또는 모듈은 다음의 라이선스를 준수합니다. : openssl-0.9.7.m, zlib-1.1.4, expat-2.0.0, netsnmp, DCE1.0, pthread, google-diff-match-patch, libevent, getopt

관련 상세한 정보는 제품의 다음의 디렉터리에 기재된 사항을 참고해 주십시오. : ${INSTALL_PATH}/license/oss_licenses

안내서 정보

안내서 제목: Tmax HMS User Guide 

발행일: 2013-10-11

소프트웨어 버전: Tmax v5.0 SP2 Fix#1

안내서 버전: v2.1.5.1


내용 목차

안내서에 대하여
1. 소개
1.1. 개요
1.2. HMS 구조
1.3. JMS와 HMS 프로그래밍
1.3.1. Connection
1.3.2. 세션
1.3.3. Destination
1.3.4. 메시지
1.3.5. Queue Browser
1.3.6. 복구(Recovery)
1.3.7. 클러스터링
2. HMS 환경설정
2.1. Tmax 환경설정
2.1.1. DOMAIN 절
2.1.2. NODE 절
2.1.3. SVRGROUP 절
2.1.4. HMS 절
2.2. 예제
3. API 함수
3.1. 개요
3.2. 세션 API
3.2.1. hms_create_session
3.2.2. hms_create_xa_session
3.2.3. hms_create_async_session
3.2.4. hms_close_session
3.2.5. hms_unsubscribe_durable_subscriber
3.2.6. hms_commit
3.2.7. hms_rollback
3.2.8. hms_recover
3.3. 메시지 API
3.3.1. hms_alloc
3.3.2. hms_free
3.3.3. hms_get_property
3.3.4. hms_set_property
3.3.5. hms_get_body
3.3.6. hms_set_body
3.3.7. hms_ack
3.4. 생산자(Producer) API
3.4.1. hms_create_producer
3.4.2. hms_create_sender
3.4.3. hms_create_publisher
3.4.4. hms_close_producer
3.4.5. hms_close_sender
3.4.6. hms_close_publisher
3.4.7. hms_sendex
3.4.8. hms_send
3.5. 소비자(Consumer) API
3.5.1. hms_create_consumer
3.5.2. hms_create_receiver
3.5.3. hms_create_subscriber
3.5.4. hms_create_durable_subscriber
3.5.5. hms_close_consumer
3.5.6. hms_close_receiver
3.5.7. hms_close_subscriber
3.5.8. hms_close_durable_subscriber
3.5.9. hms_recvex
3.5.10. hms_recv
3.6. Queue Browser API
3.6.1. hms_create_browser
3.6.2. hms_close_browser
3.6.3. hms_browser_nextmsg
3.6.4. hms_browser_get_msgselector
3.6.5. hms_browser_get_queue
4. HMS 관리
4.1. HMS 빌드
4.1.1. 사전 준비
4.1.2. Makefile
4.1.3. HMS 빌드 및 확인
4.2. HMS 기동 및 종료
4.3. HMS 상태 조회
4.3.1. Destination 정보 조회
4.3.2. 클라이언트 정보 조회
5. 예제
5.1. 메시지 전송 프로그램
5.1.1. HMS 환경설정
5.1.2. 클라이언트 프로그램
5.1.3. 서버 프로그램
5.1.4. 프로그램 컴파일
5.2. 메시지 저장 프로그램
5.2.1. HMS 환경설정
5.2.2. 클라이언트 프로그램
5.2.3. 서버 프로그램
5.2.4. 데이터베이스 스크립트
5.2.5. 프로그램 컴파일
A. Message Selector 사용법
색인

그림 목차

[그림 1.1] HMS의 동작 구조
[그림 1.2] 프로그래밍 모델
[그림 5.1] 메시지 전송 프로그램 흐름
[그림 5.2] 메시지 저장 프로그램 흐름