Skip to content

Jetty wrapper for simplifying intra and inter process communication

Notifications You must be signed in to change notification settings

AdityaPawade/jchannels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jetty Channels License: MIT Maven Central Sonatype Nexus (Snapshots)

Wrapper over Jetty library for simple inter and intra process communication


Features

  • Easily build HTTP / WebSocket servers
  • Integrate with existing servers using HTTP / WebSocket client
  • Integration with JWT and GAuth Token Managers
  • Easy sync / async inter / intra process communication using queue and actor abstractions
  • In Memory and HTTP based implementation of messaging queue

Maven configuration

JChannels is available on Maven Central. You just have to add the following dependency in your pom.xml file.

<dependency>
  <groupId>com.adtsw</groupId>
  <artifactId>jchannels</artifactId>
  <version>1.0.30</version>
</dependency>

For snapshots, add the following repository to your pom.xml file.

<repository>
    <id>sonatype snapshots</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>

The snapshot version has not been released yet.

<dependency>
  <groupId>com.adtsw</groupId>
  <artifactId>jchannels</artifactId>
  <version>TBD</version>
</dependency>

About

Jetty wrapper for simplifying intra and inter process communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages