Git Product home page Git Product logo

as5-messaging-module's Introduction

JBoss Messaging module for AS 7

This project assembles a JBoss AS7 module containing the jars required to commuicated with JBoss Messaging running on a JBoss 5.0.0.GA server.

Building

mvn install

Installing to AS7

unzip target/jboss-messaging-client-AS5.0.0.GA-module.zip -d $AS7_HOME/modules

Client configuration

The client deployment (EAR, EJB, WAR) will be required to declare a dependency to this module so that it has access to the correct versions of the jars. This can be done by specifying MANIFEST headers or by providing a jboss-deployment-structure.xml in the META-INF directory.

Example of jboss-deployment-strucuture.xml:

    <jboss-deployment-structure>
        <deployment>
            <exclusions>
                <module name="javax.jms.api"/>
            </exclusions>
            <dependencies>
                <module name="org.jboss.as5.messaging.client"/>
            </dependencies>
        </deployment>
    </jboss-deployment-structure>

Above we are declaring an explicit exclusion for javax_jms_api which is otherwise an implicit dependency.
And the explicit dependency is for the module that this project produces.

as5-messaging-module's People

Contributors

danbev avatar

Stargazers

 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.