mirror of
https://github.com/apache/activemq.git
synced 2025-02-09 03:25:33 +00:00
The new version of Camel adds username and password to JmsComponent and JmsConfiguration which interferes with the ActiveMQ version. Fixing ActiveMQComponent and ActiveMQConfiguration to use the inherited properties now which fixes username/password unit tests. Also fixed a couple of other tests that had bad configuration.