ActiveMQ broker configuration error when specifying persistenceAdapter: "One of '{WC[##other:"http:/
- by Joe
I am setting up a simple ActiveMQ embedded broker. It works fine, until I try to configure a persistence adapter. I am basically just copying the configuration from http://activemq.apache.org/persistence.html#Persistence-ConfiguringKahaPersistence. When I add this configuration to my Spring configuration, like so:
<?xml version="1.0"…