Wednesday, 11 September 2013

sql server as persistent db for activemq

sql server as persistent db for activemq

When my activemq goes down, how can i store the message that are on its
way to activemq?If the answer is using persistance db , then how and when
can i resend those messages that were stored in db back to activemq
queue(assuming it is up and working)?
(To give you a complete background: whenever a row gets inserted into by
db my db triggers http to my java app .this app puts the changes in db as
messages into activemq(we have written this thing as we are not experts in
java spring frame work))
any solutions or suggestions in this regard is much appreciated

No comments:

Post a Comment