You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: amqp-0-9-1/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# java.client
1
+
# amqp-0-9-1
2
2
3
3
# About This Project
4
4
5
-
The java.client project implements the AMQP protocol in Java. It provides an AMQP client API that enables developers to build Java applications that communicate with an AMQP broker over WebSocket via an RFC-6455 endpoint, such as KAAZING Gateway.
5
+
The amqp-0-9-1 project implements the AMQP 0-9-1 protocol in Java. It provides an AMQP client API that enables developers to build Java applications that communicate with an AMQP broker over WebSocket via an RFC-6455 endpoint, such as KAAZING Gateway.
6
6
7
7
Developers can include the Java AMQP 0-9-1 Client using the following maven dependency to develop and run web applications:
0 commit comments