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
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
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
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
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
>
>
>
>
> --