| Author |
Implementing work queue
|
Pradeep K Tiwari
Greenhorn
Joined: Sep 28, 2012
Posts: 3
|
|
|
I have to implement a work queue so I should go for a database table to store the messages for work queue?
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26168
|
|
Welcome to CodeRanch!
That isn't a question anyone is going to be answer because it's not a yes/no question. It depends on your design for your assignment. Something only you know and can decide.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Czeslaw Szczotka
Greenhorn
Joined: May 16, 2010
Posts: 5
|
|
Hi,
If you want to have fault tolerance system you need to persist messages. For example JMS providers can persist messages into persistent places like file, db.. Very interesting solution is database-integrated message queuing functionality - Oracle Advanced Queuing.
|
 |
 |
|
|
subject: Implementing work queue
|
|
|