ActiveMQ
Active MQ is an open source Message Oriented Middleware used for asynchronous communication and loosely coupled architecture. It is fully written in java and supports clients using JMS and other standards.
Standalone clients
In ActiveMQ, different message types can be sent to or received from using standalone clients.
- Send messages to ActiveMQ queues using standalone client in Java.
Sending Messages to ActiveMQ Queues
- Receive messages from ActiveMQ queues using standalone client in Java.
Receiving Messages From ActiveMQ Queues
- Create non-durable subscribers for Topic in ActiveMQ
Create NonDurable Subscriber for ActiveMQ
- Create durable subscribers for Topic in ActiveMQ
Create Durable Topic Subscriber for ActiveMQ
- Using Camel as ActiveMQ client for sending and receiving mesaages
Java EE Clients