Dejan: i encountered this issue and created
https://issues.apache.org/jira/browse/AMQ-3168 last January, and it's
still open.
*Joe Niski*
Senior Developer - Information Services | NWEA™
PHONE 503.548.5207 | FAX 503.639.7873
NWEA.ORG <http://www.nwea.org/> | Partnering to help all kids learn™
On 11/09/2011 04:06 AM, Dejan Bosanac wrote:
ActiveMQ uses Spring xml configs and placeholders, so it should work with
non-String values. Can you create a test that demonstrates your issue?
Regards
-- Dejan Bosanac - http://twitter.com/dejanb ----------------- The
experts in open source integration and messaging -
http://fusesource.com ActiveMQ in Action -
http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed,
Nov 9, 2011 at 10:21 AM, Laures <baetz.alexan...@googlemail.com>wrote:
> I'm using a placeholder to configure the waitForSlave property of a broker.
> The xml validation fails on this property because ${cluster.replication} is
> no valid boolean.
>
> The easy workaround is to start activemq without validation.
>
> should i open an issue on the bugtracker for this?