Skip to content

michalszynkiewicz/jms-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jms-examples

Notification sender which reads messages from a JMS queue.

To run the application you need HornetQ server running with queue exampleQueue defined and JNDI enabled. You can customize JNDI settings and queue name in jms.properties file.

If you use linux, you can use installHornetq.sh script to download and initialize the HornetQ server. The script will:

  • add a queue to the server
  • create runHornetQ.sh script which you can use to start up the server and enable JNDI

To run the application either:

  • Run Server class in your favourite IDE
  • build maven project:
    mvn clean install
    and run mail-service jar from target/bin:
    java -jar target/bin/.jar

In case of any problems or questions feel free to contact me at: michal.l.szynkiewicz@gmail.com

About

Notification sender which reads messages from a queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published