Open Source JMS
8 projectsOpen source message-oriented middleware platform implementing the Java Message Service specification. Serves as the JMS provider for GlassFish Server. Provides enterprise-quality, production-ready, scalable messaging server with complete JMS implementation for message-oriented system integration.
Java application with Swing GUI for accessing and managing JMS queues and topics. Enables interactive operations including sending messages, removing messages, and copying messages between queues and topics. Provides monitoring capabilities for JMS providers without requiring code changes to applications.
JMS implementation that operates exclusively within a single JVM to transfer messages between threads. Allows developers to create loosely coupled subsystems that communicate using JMS APIs without the overhead of network sockets. Useful for in-process message passing capabilities in Java applications.