DyadicGit / Active-MQ-tutorial

shows 2 ways how to send and receive messages from a Apache Active MQ.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tutorial application how to send and receive messages from a Active MQ.

Both ways work or implicitly declared Producer (Spring Frameworks dependency injection does the declaration), as well as explicitly declared Producer (declared by a programmer from scratch).

Before app start up Apache Active MQ instance (download link):
λ cd C:\temp\apache-activemq-5.15.5\bin
λ activemq.bat start
App endpoints:

About

shows 2 ways how to send and receive messages from a Apache Active MQ.


Languages

Language:Java 100.0%