Re: Fwd: How to

2016-04-28 Thread Matt Pavlovich
Artemis (aka ActiveMQ v6.x) is still in heavy development, I suggest using the production-ready ActiveMQ 5.x releases. You can absolutely embed ActiveMQ to achieve what you are trying to do-- this sounds like a "store and forward" use case. -Matt Pavlovich On 4/16/16 4:40 AM, Alessandro Manz

Fwd: How to

2016-04-16 Thread Alessandro Manzoni
Hi, I'm new to artemis activemq, so be patient. I'm facing a project that requires to exchange messages. OK, this is a MOM job. But one of project requirements is to enable lots of clients to send messages over a network that intermitently goes down for some while, and when the network resumes a

Fwd: How to configure redeliveryPlugin of ActiveMQ using Spring

2013-07-10 Thread Charles Moulliard
Hi, Here is the java code to be used to configure redeliveryPlugin broker = new BrokerService(); broker.setSchedulerSupport(true); RedeliveryPlugin redeliveryPlugin = new RedeliveryPlugin(); RedeliveryPolicy brokerRedeliveryPolicy = new RedeliveryPolicy();