Skip to content

tosha63/Spring_Boot_ActiveMQ_Hibernate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Spring_Boot_ActiveMQ_Hibernate

An implementation of an application that deploys an Embedded Broker and launches 2 threads: a sender and a receiver. The sender generates messages at some intervals and sends the broker. The recipient listens to the queue, and when a message appears there, it writes the message to the database using Hibernate. The record is made in 2 tables, in one the body of the message, in the other - headers. The relationship between tables is implemented using a foreign key. Threads should not be explicitly started. Setting up, launching, configuring is carried out using the Spring Framework.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages