Re: Purged messages still appear in JMX browseAsTable

2009-12-18 Thread Dejan Bosanac
Hi, can you raise a Jira issue with all these info? Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Dec 17, 2009 at 8:54 PM, stirlingc

Re: Upgrading to Spring 3.0.0

2009-12-18 Thread Dejan Bosanac
Hi, I guess you need to add spring-jms to your application's class path (http://repo1.maven.org/maven2/org/springframework/spring-jms/3.0.0.RELEASE/) if you want use jms-specific spring features. Cheers -- Dejan Bosanac - http://twitter.com/dejanb Open Source Integration -

Re: Trouble with Tomcat

2009-12-18 Thread yesnid
Okay I figured out how to get rid of the error related to not being able to bind to the jmx address, however, I am still not sure if I can set up my system the way I want, what I really want is to forward messages recieved via REST on tomcat to my already running broker, is this possible? I

Re: XAResourceRecovery for ActiveMQ on JBoss

2009-12-18 Thread jp.belanger
From what I can see from my use, is the fact that the XARessource not being Serializable, the Recovery engine of JBoss fails reacquire the context for Transaction recovery. I tried using a custom Transaction recovery based on the JBossMQ one. (MessagingXAResourceWrapper and

Re: HTTPS configuration - HELP!

2009-12-18 Thread RJtokenlanring
Call tags are placed into jetty.xml configuration file. This file is imported from the broker-config.xml file and used for activemq configuration. Thank you for the response -- View this message in context: http://old.nabble.com/HTTPS-configuration---HELP%21-tp26628876p26845928.html Sent from

Producer Connection Factory Impl

2009-12-18 Thread Mark Greene
What is the current (AMQ 5.3) recommended implementation for producer connection factories? The wiki page for Spring Support suggests the org.apache.activemq.pool.PooledConnectionFactory which appears to have been removed from the API. Thanks, Mark Greene