Skip to content

vjwang/amqp.client.java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amqp.client.java

Build Status

About this Project

amqp.client.java is an implementation of AMQP 0-9-1 protocol over WebSocket [RFC-6455] (https://tools.ietf.org/html/rfc6455) in Java.

Building this Project

Minimum requirements for building the project

  • Java SE Development Kit (JDK) 7 or higher
  • Maven 3.0.5

Steps for building this project

  1. Clone the repo: git clone https://github.com/kaazing/amqp.client.java.git
  2. Go to the cloned directory: cd amqp.client.java
  3. Build the project: mvn clean install

Learning How to Develop AMQP 0-9-1 Java Client Applications

Learn to develop AMQP 0-9-1 Java client applications.

View a Running Demo

View a demo (see kaazing.org)

About

AMQP 0-9-1 protocol over WebSocket(RFC-6455) transport.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 99.4%
  • Other 0.6%