Skip to content

Very simple JEE project with a single EJB module containing a single MDB

License

Notifications You must be signed in to change notification settings

Larshk/mdb-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mdb-example

An example Gradle project to build a Java EE EAR with a single EJB module containing a single MDB class.

This project contains a root project that builds an EAR. There is one sub-project to build an EJB JAR.

To build the project run

gradle build

or

gradle ear

The resultant EAR will be generated in the build/libs directory.

The EAR file can be deployed to a Java EE Application Server. The MDB consumes messages from a queue called "TestQueue".

About

Very simple JEE project with a single EJB module containing a single MDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages