Skip to content

sanjay-saxena/amqp.client.java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

amqp.client.java

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

Prebuilt Project

You can also download the library for this project by downloading the full distribution from kaazing.org.

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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 99.4%
  • Smalltalk 0.6%