Problem with configuring connection pool in activemq

2009-01-10 Thread Woody Dickson
Hi, I am using ibatis with activemq but I can't get the connection pool properly configured. I would appreciate any help in fixing this problem. In my sqlmapconfig.xml, I have: transactionManager type=JDBC commitRequired=true dataSource type=JNDI property

Re: Multicast Discovery not working

2009-01-10 Thread Gary Tully
check out the tests for this feature to see a url paring that works, they use a slightly more low level internal api but should provide what you need. I notice that there are no brackets used in the client side brokerUrl, see:

Re: Newbie Question

2009-01-10 Thread uma_rk
or do you mean you wanna send a message to all of your applications which then invoke methods on mbeans? Kinda JMS - JMX - your app? There are some JMX-over-JMS implementations around Could you please point me to a JMX over JMS implementation? Regards /U