amqp.client.java is an implementation of AMQP 0-9-1 protocol over WebSocket [RFC-6455] (https://tools.ietf.org/html/rfc6455) in Java.
- Java SE Development Kit (JDK) 7 or higher
- Maven 3.0.5
- Clone the repo:
git clone https://github.com/kaazing/amqp.client.java.git
- Go to the cloned directory:
cd amqp.client.java
- Build the project:
mvn clean install
You can also download the library for this project by downloading the full distribution from kaazing.org.
Learn to develop AMQP 0-9-1 Java client applications.
View a demo (see kaazing.org)