Skip to content

jjwyse/jms-test-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jms-test-tool

Java Swing GUI to send messages to a JMS instance

setup

  • Add a jms-test-tool.properties file to the resources directory with the following properties:
activemq.endpoint = tcp://<url>:<port>
tibco.endpoint    = tcp://<url>:<port>
  • Upload the tibco JMS JAR to your local Maven repository or comment out those lines in the POM if you're using only ActiveMQ ** If running with tibco you'll also need to upload the javax.jms 2.0 JAR to your local repo

  • Run the Main class with activemq or tibco as a program argument

About

Java Swing GUI to send messages to a JMS instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages