Re: ActiveMQ broker automatically move messages with same JMSXGroupID to DLQ

2015-09-11 Thread artnaseef
Hey Rosy - ActiveMQ is a messaging solution, primarily focused on getting messages from producers to consumers. Advanced logic of that type really belongs in an application. There's no straight-forward way to add that to ActiveMQ itself, and it would be difficult to diagnose if such functionality

how do you test rollback with an embedded broker?

2015-09-11 Thread Kevin Burton
OK. For the life of me I can’t get this to work. https://gist.github.com/burtonator/eb7a70e1750080ca621e Basically I want to call rollback() so that a message is retries later. This way if there’s a transient but like a database connection failing it gets retried (but of course uses the retry po

need advice for single queue configuration

2015-09-11 Thread Leonardo K. Shikida
Hi I need a simple queue. This queue will be persistent and it will use a database in the backend to store the messages. It will receive produced messages small in size (just one or two string attributes) in bursts of 10~100. It will consume messages by a pool of 100~300 message driven beans (t

Re: ActiveMQ broker automatically move messages with same JMSXGroupID to DLQ

2015-09-11 Thread rosy.sal...@murex.com
Hello, I'm facing the same issue. Is there an option on Active MQ level to preserve the order of execution of messages in case of an exception? . In other words, assume that we have inside message ID=1 info about an object called student having for example ID=Student_1000 and this message failed a

Re: ActiveMQ JDBC persistence with MSSql

2015-09-11 Thread Tim Bain
Can you provide a link to the documentation you're referring to? On Sep 10, 2015 3:52 PM, "mtod" wrote: > Thanks for the quick reply. > > Good catch that resolved the problem. > > I was using the default activemq config and I guess they have not updated > the documentation. > > Mike > > > > > --