Git Product home page Git Product logo

hazelcastmq's Introduction

HazelcastMQ

HazelcastMQ provides a simple messaging layer on top of the basic Queue and Topic data structures provided by Hazelcast, an in-memory data grid. HazelcastMQ emphasizes simple configuration and reliable clustering while providing an understandable and flexible messaging API. HazelcastMQ builds on the core features of Hazelcast such as scalability and resilience while maintaining a small footprint and few dependencies. HazelcastMQ can be easily embedded in a single JVM or clustered across a huge number of nodes.

HazelcastMQ is divided into multiple components that can be used independently depending on your integration needs:

Hazelcast Components

  • hazelcastmq-core: The core MQ library that provides a JMS 2.0-like API for sending and receiving messages.
  • hazelcastmq-camel: An Apache Camel component implementation for HazelcastMQ supporting Camel's integration framework and Enterprise Integration Patterns (EIP).
  • hazelcastmq-jms: A JMS 1.1 implementation which layers on top of HazelcastMQ Core.
  • hazelcastmq-stomp: A STOMP server which maps all SEND and SUBSCRIBE commands to HazelcastMQ Core producers and consumers.
  • hazelcastmq-spring: Provides integrations with the Spring Framework such as transaction management and synchronization.
  • yeti: A STOMP server and client framework built on Netty to make it simple to build STOMP implementations for existing brokers.

Examples

Refer to each module for code examples or browse through the hazelcastmq-examples module.

Getting Builds

The source, javadoc, and binaries are available in the mpilone/mvn-repo GitHub repository. You can configure Maven or Ivy to directly grab the dependencies by adding the repository:

<repositories>
     <repository>
         <id>mpilone-snapshots</id>
         <url>https://github.com/mpilone/mvn-repo/raw/master/snapshots</url>
     </repository>
     <repository>
         <id>mpilone-releases</id>
         <url>https://github.com/mpilone/mvn-repo/raw/master/releases</url>
     </repository>
 </repositories>

And then adding the dependency:

<dependency>
    <groupId>org.mpilone.hazelcastmq</groupId>
    <artifactId>hazelcastmq-core</artifactId>
    <version>X.X.X</version>
</dependency>

Background

Refer to my initial blog post.

hazelcastmq's People

Contributors

mpilone avatar ranadas avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.