See: Description
| Package | Description |
|---|---|
| com.azure.core.amqp |
Package containing classes common to AMQP protocol.
|
| com.azure.core.amqp.exception |
Package containing classes related to AMQP exceptions.
|
| com.azure.core.amqp.models |
Package containing classes related to AMQP models classes.
|
Azure Core AMQP client library is a collection of classes common to the AMQP protocol. It help developers create their own AMQP client library that abstracts from the underlying transport library's implementation.
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-core-amqp</artifactId>
<version>1.6.0</version>
</dependency>
The concepts for AMQP are well documented in OASIS Advanced Messaging Queuing Protocol (AMQP) Version 1.0.
Azure SDKs for Java offer a consistent logging story to help aid in troubleshooting application errors and expedite their resolution. The logs produced will capture the flow of an application before reaching the terminal state to help locate the root issue. View the logging wiki for guidance about enabling logging.
If you would like to become an active contributor to this project please follow the instructions provided in Microsoft Azure Projects Contribution Guidelines.
git checkout -b my-new-feature)git commit -am 'Add some feature')git push origin my-new-feature)

Copyright © 2020 Microsoft Corporation. All rights reserved.