Multiple choice active mq

The Apache ActiveMQ project provides a fast open source JMS (Java Messaging Service) 1.1 Message Fabric which supports the following:

  1. SSL

  2. clustering,SSL

  3. SSL,TCP

  4. Clustering,SSL,TCP,persistence

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ActiveMQ provides enterprise messaging features including clustering for scalability, SSL for secure communication, TCP as a transport protocol, and persistence for message durability, making it suitable for production enterprise deployments.