JMS实现 mom4j
fmms
12年前
mom4j是一个100%纯Java完全实现JMS1.1规范的消息中间件并且向下兼容JMS1.0与1.02.它提供了自己的消息处理存储使它独立于关系数据与语言,所以它的客户端可以用任何语言开发.
- JMS 1.1 Compliant
- Downwards compatible to JMS 1.0.x
- Supports the Point-To-Point messaging model
- Supports the Publish-Subscribe messaging model
- Supports persistent messages
- Supports local transactions
- Comes with its own message store, no need for a relational database
- Small memory footprint
- Language independant wire protocol (XML/HTTP), so clients can be written in any programming language
- Python client for sending and receiving messages via mom4j
- Supports message selectors
- Supports TTL (time to live)
- Supports Temporary destinations
- Supports durable subscriptions
- Remote administration via HTML-Client through JMX support