activemq
activemq copied to clipboard
Mirror of Apache ActiveMQ
As per discussion here: https://github.com/apache/activemq/pull/870
- [x] Create JMSContext - [x] Create JMSProducer - [x] Create JMSConsumer - [x] Add JMSException -> JMSRuntimeException wrapping - [x] Add methods for working with queues - [x] Update...
AMQ-8354 Asynchronous replication plugin
… schemes AMQ-8987 Description of changes: Added support for wider password encryption schemes for EncryptableLDAPLoginModule. Similar to https://github.com/apache/activemq/pull/520, set IV generator for PBE-AES-based algorithms.
This change is meant to match the piece of functionality from Artemis: https://github.com/apache/activemq-artemis/commit/00837c120d131cd6db706aed5f549db06cd7b1e7 Add two new JMX attributes for queues: FirstMessageAge and FirstMessageTimestamp. First one shows the diff between current...