Order and Service Management (Communications Industry) (MOSC)

MOSC Banner

Which JMS store to use? File store or database store?

 Very often we are facing the decision to choose JMS store, which one should we use, file store or database store?

Personally I would not use file store for this reason - if there is any corrupt message, the WHOLE store will become useless and you really need lots of help and efforts to recover (if possible) some messages.

Using database store I may still face the same problem - some corrupt messages, but each corrupt messages is one row in a table, removing some rows from a table should be eaiser than removing bytes from a file.

What is your take on this?

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center