이 콘텐츠는 선택한 언어로 제공되지 않습니다.

Chapter 1. Overview


AMQ .NET is a lightweight AMQP 1.0 library for the .NET Framework. It allows you to write client and server applications that send and receive AMQP messages.

AMQ .NET is part of AMQ Clients, a suite of messaging libraries supporting multiple languages and platforms. See Introducing Red Hat JBoss AMQ 7 for an overview of the clients and other AMQ components. See AMQ Clients 1.2 Release Notes for information about this release.

AMQ .NET is based on AMQP.Net Lite.

1.1. Key Features

AMQ .NET offers convenience for simple tasks while still providing a full set of messaging tools to build complex applications.

  • Access to all the features and capabilities of AMQP 1.0
  • SSL/TLS and SASL for secure communication
  • Seamless conversion between AMQP and native data types
  • An integrated development environment with full IntelliSense API documentation

1.2. Supported Standards and Protocols

AMQ .NET supports the following industry-recognized standards and network protocols.

1.3. Supported Configurations

AMQ .NET supports the following OS and language versions. See Red Hat JBoss AMQ 7 Supported Configurations for more information.

AMQ .NET is supported on Microsoft Windows Server 2012 R2 x86-64 with .NET Framework 4.5.

1.4. Terms and Concepts

This section introduces the core API entities and describes how they operate together.

Expand
Table 1.1. API Terms
EntityDescription

Connection

A channel for communication between two peers on a network

Session

A serialized context for sending and receiving messages

Sender link

A channel for sending messages to a target

Receiver link

A channel for receiving messages from a source

Source

A named point of origin for messages

Target

A named destination for messages

Message

A mutable holder of application content

AMQ .NET sends and receives messages. Messages are transferred between connected peers over links. Links are established over sessions. Sessions are established over connections.

A sending peer creates a sender link to send messages. The sender link has a target that identifies a queue or topic at the remote peer. A receiving client creates a receiver link to receive messages. The receiver link has a source that identifies a queue or topic at the remote peer.

맨 위로 이동
Red Hat logoGithubredditYoutubeTwitter

자세한 정보

평가판, 구매 및 판매

커뮤니티

Red Hat 문서 정보

Red Hat을 사용하는 고객은 신뢰할 수 있는 콘텐츠가 포함된 제품과 서비스를 통해 혁신하고 목표를 달성할 수 있습니다. 최신 업데이트를 확인하세요.

보다 포괄적 수용을 위한 오픈 소스 용어 교체

Red Hat은 코드, 문서, 웹 속성에서 문제가 있는 언어를 교체하기 위해 최선을 다하고 있습니다. 자세한 내용은 다음을 참조하세요.Red Hat 블로그.

Red Hat 소개

Red Hat은 기업이 핵심 데이터 센터에서 네트워크 에지에 이르기까지 플랫폼과 환경 전반에서 더 쉽게 작업할 수 있도록 강화된 솔루션을 제공합니다.

Theme

© 2025 Red Hat