GithubHelp home page GithubHelp logo

alexshvedoff / rabbitmq-jms-client Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rabbitmq/rabbitmq-jms-client

0.0 1.0 0.0 11.53 MB

RabbitMQ JMS client

License: Other

Makefile 0.09% Java 99.53% Groovy 0.31% Erlang 0.07%

rabbitmq-jms-client's Introduction

Java JMS Client for RabbitMQ

Overview

This is a JMS 1.1 client library for RabbitMQ, working in concert with rabbitmq-jms-topic-exchange, a RabbitMQ server plugin.

Installation

With Maven

This package is published to several Maven package repositories:

Add the following dependency to pom.xml:

<dependency>
  <groupId>com.rabbitmq.jms</groupId>
  <artifactId>rabbitmq-jms</artifactId>
  <version>1.7.0</version>
</dependency>

Building from Source

This project is managed by Maven, so use

mvn clean install

to build it from source and install into the local repository.

Running Tests

See CONTRIBUTING.md for an overview of the development process.

Unit Tests

mvn clean test

Integration Tests

The integration tests assume a RabbitMQ node with rabbitmq-jms-topic-exchange listening on localhost:5672 (the default settings).

Connection recovery tests need rabbitmqctl to control the running node.

Maven will start this node with the appropriate configuration by default when launching the verify command:

mvn clean verify

You can also provide your own broker node. To disable the automatic test node setup, disable the setup-test-node Maven profile:

mvn clean verify -P '!setup-test-node'

The easiest way to run a test node is to clone rabbitmq-jms-topic-exchange and use make run-broker.

JMS 1.1 Compliance Test Suite

JMS 1.1 compliance test suite for this client is available in a separate repository.

License and Copyright

(c) Pivotal Software, Inc., 2007-2017.

This package, the RabbitMQ JMS client library, is double-licensed under the Apache License version 2 ("ASL") and the Mozilla Public License 1.1 ("MPL").

See LICENSE.

rabbitmq-jms-client's People

Contributors

fhanik avatar michaelklishin avatar acogoluegnes avatar gregturn avatar gmornet avatar rmorgan avatar dumbbell avatar sdeeg-pivotal avatar remibantos 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.