HowToDoInJava

  • Python
  • Java
  • Spring Boot
  • Dark Mode

HornetQ Tutorials

HornetQ is an open source project to build a multi-protocol, embeddable, very high performance, clustered, asynchronous messaging system. It is an example of Message Oriented Middleware (MoM) and 100% open source software.

HornetQ is written in Java and runs on any platform with a Java 6+ runtime. It has been able to to achieve very high performance benchmarks which were not seen previously by non-persistent messaging platforms.

HornetQ has been designed using POJO and minimal third-party dependencies. You choose how you want to use HornetQ: run it stand-alone, integrate it with JBoss Application Server or another Java server/container or embed it directly inside your own product.

HornetQ provides a comprehensive management API to manage & monitor servers. It is integrated seamlessly to the servers to work in a highly available environment.

See below examples to start with HornetQ.

  1. Spring 3 Hornetq Standalone Integration Example
  2. HornetQ Stand Alone – Basic JMS Messaging Example
  3. HornetQ Stand Alone Server Example using Maven

Search Tutorials

JMS Tutorial

  • JMS – Introduction
  • JMS – Point-To-Point Message
  • JMS – Publish/Subscribe Message

HornetQ Tutorial

  • HornetQ – JMS Example
  • HornetQ – Maven Example
  • Hornetq – Spring Integration

Meta Links

  • About Me
  • Contact Us
  • Privacy policy
  • Advertise
  • Guest and Sponsored Posts

Recommended Reading

  • 10 Life Lessons
  • Secure Hash Algorithms
  • How Web Servers work?
  • How Java I/O Works Internally?
  • Best Way to Learn Java
  • Java Best Practices Guide
  • Microservices Tutorial
  • REST API Tutorial
  • How to Start New Blog

Copyright © 2020 · HowToDoInjava.com · All Rights Reserved. | Sitemap

  • Sealed Classes and Interfaces