Skip to content

Spring boot web app to consume messages from ActiveMQ and Store into respective Databases

Notifications You must be signed in to change notification settings

rahulchavan888/ActiveMQConsumer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveMQConsumer

Spring boot web app to consume Log messages from ActiveMQ and Store into respective Databases.

Used MongoDb to store the log json.

Used Cassandra to store parsed json into respective relational tables.

dependencies

<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-activemq</artifactId>
</dependency>
<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-data-mongodb</artifactId>
</dependency>
<dependency>
   <groupId>org.springframework.boot</groupId>
   <artifactId>spring-boot-starter-data-cassandra</artifactId>
</dependency>

About

Spring boot web app to consume messages from ActiveMQ and Store into respective Databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages