Re: Scheduling messages with ActiveMQ 5.9.1 embedded in Tomcat 7 with Spring

2014-05-15 Thread artnaseef
Have you considered using Quartz, or another approach to scheduling? I like to keep scheduling outside of the messaging layer since they are very different responsibilities. Especially with an embedded broker, any benefit with using ActiveMQ's scheduler seems to be eliminated (that is, having a s

Re: Scheduling messages with ActiveMQ 5.9.1 embedded in Tomcat 7 with Spring

2014-05-12 Thread Alessandro
Ok, I've worked it out. That link was inspiring! I understood that the Spring configuration was everything I needed. So I payed more attention to the wordings in the relevant page ( I repeat it here ): it's written that /Active

Re: Scheduling messages with ActiveMQ 5.9.1 embedded in Tomcat 7 with Spring

2014-05-12 Thread Christian Posta
That option goes on the BrokerService... or the element On Tue, May 6, 2014 at 11:44 AM, Alessandro wrote: > Hi all. > I've managed to configure ActiveMQ to work either as a JNDI resource (in > context.xml) or as a Spring set of beans. In either case everything works > fine, excepted to have mes

Re: Scheduling messages with ActiveMQ 5.9.1 embedded in Tomcat 7 with Spring

2014-05-07 Thread Alessandro
Ok, first thanks to anyone has restored the broken link. Now the link appearing in the page works: http://svn.apache.org/repos/asf/activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/config/BrokerXmlConfigFromJNDITest.java I'll let you know whether I manage to complete my task! :

Scheduling messages with ActiveMQ 5.9.1 embedded in Tomcat 7 with Spring

2014-05-06 Thread Alessandro
Hi all. I've managed to configure ActiveMQ to work either as a JNDI resource (in context.xml) or as a Spring set of beans. In either case everything works fine, excepted to have messages scheduled with a delay. Following directions from the relevant page ( https://activemq.apache.org/delay-and-sch

Scheduling messages with ActiveMQ 5.9.1 embedded in Tomcat 7 with Spring

2014-05-06 Thread Alessandro
Hi all. I've managed to configure ActiveMQ to work either as a JNDI resource (in context.xml) or as a Spring set of beans. In either case everything works fine, excepted to have messages scheduled with a delay. Following directions from the relevant page ( https://activemq.apache.org/delay-and-sch