Skip to content

ulisesojeda/activemq-azure-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Apache ActiveMQ on Azure WebApps

ActiveMQ configuration

In order to set up the message exchange through http the following connector should be declared in apache-activemq-5.15.2\confactivemq.xml

WebApp configuration file (web.config)

The main line in this file is: This line calls run_activemq.bat to run Apache ActiveMQ when the WebApp starts.

run_activemq.bat

Runs the activemq.jar file with the required parameters. Note that this version uses the JDK version 1.8.0_11.

WebApp configuration

  • Java Version: 8
  • Java Minor Version: Newest
  • Platform: 32-bit

This repo has been done in collaboration with Iván Diaz (https://github.com/idiaz01)

License

MIT

About

Apache ActiveMQ on Azure WebApps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published